Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 49,926 through 49,950 (of 64,535 total)
  • Author
    Search Results
  • #77266
    taboo
    Member

    It looks great! Looking forward to using it ;)

    #77265
    _ck_
    Participant

    Now that’s something to be proud of and look forward to – fantastic!

    Great work Sam!

    ps. avatars look a tad huge?

    #31329

    Topic: Role = Main?

    in forum Themes
    Mark / t31os
    Member

    Googled, searched the forum, it’s hard to create a specific search for something like the above without getting irrelevant results..

    Had a dig and couldn’t find the answer….

    bbPress 1.0

    I’ve noticed throughout the default themes are references to..

    role="main"

    Firstly, what does this do? .. In some cases removing this from a template file reseults in the file not working.

    Secondly, is there an alternative, these lines are causing invalidtions.

    It’s not the end of the world, i can live with them, but some info on what they are for would be most helpful, if one of you lovely chaps could help.. :)

    As a side question, and this one again isn’t a huge problem, i find tabbing in code in certain files causes T_ error messages, T_SWITCH, T_CASE, depending on where and what i’m editting.. I like to indent the code appropriately when i’m working on it, but as said i simply can’t do this with particular template files..

    Any ideas on that one?

    I’m using Notepad++ and Notepad2 for editting, same programs i use for modifying WordPress. I’m using the correct encoding, transfer type etc… i’m use to handling code..

    #77264
    sdv1
    Member

    Looks great :-) Thanks for sharing snaps. btw, when it will be live?

    #31328
    Sam Bauers
    Participant

    I thought you all might like to get a look at the new bbPress.org website so far…

    http://bbpress.wordpress.com/files/2009/07/forum-front-page.png

    http://bbpress.wordpress.com/files/2009/07/forum-topic.png

    #77253

    In reply to: Custom user password

    _ck_
    Participant

    Wait, I take that back, it’s in the theme, so you can definitely edit it.

    It’s in register.php and assuming you are using the default theme, it’s under bb-templateskakumei

    What you should first do is copy that directory to a new directory and make a directory called my-templates at the same level as bb-templates, so it would be my-templateskakumei

    Then edit the new copy of the files instead of the original and have bbpress switch to your new theme. That way when you upgrade you won’t lose your changes.

    #31327

    Topic: Chat

    DKB
    Participant

    Is there a working chat plugin for bbpress 1.0.1 so that existing registred users can log in?

    #68345
    _ck_
    Participant
    #31326
    _ck_
    Participant

    I got tired of waiting for error pages that don’t crash the user into the default bbPress theme and logo so here’s a plugin that makes an empty post error message actually stay within your custom theme. I’ll make it into a formal plugin as soon as I make it a bit more robust.

    Let me know of other common error pages and I will see if they can be addressed via plugin vs a core hack.

    http://pastebin.com/f2e46536d

    (direct download, save as themed-error.php)

    #77257

    In reply to: Topic Templates

    _ck_
    Participant

    It’s easy to control what template loads, just override it at the end of your header.php and include any other template with any other name from there – then just make sure to load the footer manually and exit before bbPress does the rest of it’s own routine.

    #77246

    In reply to: Custom user password

    Anonymous User
    Inactive

    Hi Piedpiper,

    there is one plugin from _ck_ for the creation of instant password at registration:

    https://bbpress.org/plugins/topic/instant-password

    Works perfect for me in 1.0.1

    #31325
    Burkie
    Participant

    I am working on a personal project over at http://noded.org and I was just wondering if there was the possibility of having more control over the topic pages. WordPress allows you to create different templates like category-2.php etc for each category, is there any way to achieve this for topics in bbpress. Guess an if topic 5 use these functions would be the best approach if anyone could help.

    #77211

    In reply to: Issue with tags

    _ck_
    Participant

    There isn’t a line long enough to support the extra long tags. What you can do, is UNDO the   that bbPress replaces the spaces with, which will force everything to wrap. I don’t think it will look too good but it’s your call.

    Add this to a file called functions.php in your theme folder.

    (make a new file if it doesn’t exist)

    <?php
    add_filter('bb_get_tag_heat_map','wrap_tags');
    function wrap_tags($heatmap) {return str_replace("&nbsp;"," ",$heatmap);}
    ?>

    #77185
    _ck_
    Participant
    Rohan Kapoor
    Member

    @Everyone: Version 2.0 is out!

    #77092
    teamamy
    Member

    Hi chrishajer,

    Thank you so much for that detailed response. Application neutral is what I am looking for. The /forums idea is a great suggestion and one I will follow. I haven’t started the install yet, I’m trying to get my ducks in order before I start shooting. I’m reading all I can about bbPress integration with WordPress so I do something I’m going to regret later on.

    Sincerely,

    Amy

    #76839
    Rohan Kapoor
    Member

    I would disagree. I haven’t seen any problems in many sites that are using this, including my own. For now, I think it really is a matter of personal opinion.

    gravitydk
    Member

    Ashfame, if you check the purpose of that plugin, it’s for cookies to work both ways seamlessly; so it’s “native” for database but I don’t think it’s native yet for all cookies.

    #77196
    piedpiper21
    Member

    Okay, let me rephrase. I want to install my forum on roadtoanimation.com/forums/

    When I upload the forums to the /forums directory, I can install bbPress. However, during the installation it insists that the link be roadtoanimation.com/forums/bbpress/. If I try to modify the address during installation, I get the Page Not Found error later on.

    How can I install it so that my forums appear on roadtoanimation.com/forums/ ?

    Edit: Yes Chrishajer, I followed that earlier on. The problem is that the assigned URL becomes roadtoanimation.com/forums/bbscript. How do I remove that /bbscript from it?

    #77195
    chrishajer
    Participant

    At your web host, you already installed WordPress. So, if you’re using FTP, download bbPress to your desktop, then unzip it. It will be unzipped into a folder called bbpress. Rename that to forums on your desktop. Now, upload that whole folder to your web host, putting it into the same place where the folders wp-content, wp-includes and wp-admin are right now. If you do a directory listing there, you will have these directories now:

    forums
    wp-admin
    wp-content
    wp-includes

    Now, go to http://roadtoanimation.com/forums/ and you should see your forum installation. If you’ve already started the installation in another directory, you might need to get rid of some tables in the database.

    #76926
    Josh Leuze
    Member

    Thanks for the tip incirus, I’ll check that out.

    Yeah there is something about the minimalism of bbPress that I find very liberating!

    #77193

    To have forums in sub-directory, upload the bbPress folder to your root, rename it and then install. You should be fine this way.

    #30364
    piedpiper21
    Member

    Installation Done. But forum doesn’t show up!

    I’m facing exactly the same problem as he is. That is, I get a Page Not Found error when I access the link I told it to install to. I would like my forums to be installed at http://roadtoanimation.com/forums/, but bbpress seems to insist I install on /forums/bbpress.

    He says that renaming his installation folder (this is the bbpress folder that you upload right?) worked for him. However, I’ve tried different ways of applying that with no results.

    1. I tried installing it in /forums and then renamed the directory after installing.

    2. I tried installing it in /bbpress and then put in the forum link as roadtoanimation.com/forums/ in Step 3.

    Any ideas?

    #76838

    Both the scripts will be loaded on each page call. That’s surely an overhead one would wanna avoid.

    @driftless1

    I keep saying that because I have done it without the plugin. I don’t get the point of using anything else when they support integration natively.

Viewing 25 results - 49,926 through 49,950 (of 64,535 total)
Skip to toolbar