Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 39,001 through 39,025 (of 64,535 total)
  • Author
    Search Results
  • #95009

    can you please show where the code is wrong?

    #99598

    The /forums folder in the bbp-twentyten folder is new as of a few hours ago. The bbPress plugin is programmed to look in a few places for its template files, two of which are “/forums” or “/bbpress”

    Eventually BuddyPress and bbPress will play nicely together, but until then there’s a bit of a disconnect since BuddyPress currently has no idea the bbPress plugin exists. :)

    If you have forums installed as part of your existing BuddyPress installation, eventually the bbPress plugin will include a script to migrate those forums over. Until then, they are two totally disconnected and separately functioning forums.

    #104698

    The /forums folder in the bbp-twentyten folder is new as of a few hours ago. The bbPress plugin is programmed to look in a few places for its template files, two of which are “/forums” or “/bbpress”

    Eventually BuddyPress and bbPress will play nicely together, but until then there’s a bit of a disconnect since BuddyPress currently has no idea the bbPress plugin exists. :)

    If you have forums installed as part of your existing BuddyPress installation, eventually the bbPress plugin will include a script to migrate those forums over. Until then, they are two totally disconnected and separately functioning forums.

    #95008

    @alex – The code snippet you’ve included is doing a few different things incorrectly. If you can pinpoint exactly where bbPress is causing your issues, I’m happy to fix it. :)

    @ashfame – Thanks :)

    #37605
    driz
    Member

    I have been building a website using WordPress and BuddyPress and have created my own custom theme that has BOTH WordPress and BuddyPress template files. I’m looking into using the bbPress plugin to build a forum but I’m rather confused about the theming system in the plugin.

    I have looked at copying the theme files from the templates in the plugin and I have two questions:

    1.) If I put them inside a /forums/ folder inside my theme would bbPress see the files?

    2.) What happens regarding the BuddyPress Forums system? I have read the blog post over on their website but I don’t fully understand what is happening regarding bridging these two plugins as in BuddyPress there is ALSO a /forums/ folder for the template files so would conflict with the bbPress plugin files if I have them in my theme.

    Thanks

    #104716
    Kasparas
    Participant
    #99616
    Kasparas
    Participant
    #104715
    Ramiuz
    Participant

    What are you all talking about with version 1.03?

    The newest is 1.02

    #99615
    Ramiuz
    Participant

    What are you all talking about with version 1.03?

    The newest is 1.02

    #104714

    no they are different. v1 is a standalone version and plugin branch is a WordPress plugin. It is a rewrite of the forum so they both are totally different.

    integrating bbPress with WordPress is not much of a big deal, quite easy! You can read related things here – http://blog.ashfame.com/bbpress

    #99614

    no they are different. v1 is a standalone version and plugin branch is a WordPress plugin. It is a rewrite of the forum so they both are totally different.

    integrating bbPress with WordPress is not much of a big deal, quite easy! You can read related things here – http://blog.ashfame.com/bbpress

    #104713
    Kasparas
    Participant

    Nice, i love bbpress becouse of it’s simplicidy, and new bbpress plugin it’s just same bbpress 1.0 with simplier integration ?

    #99613
    Kasparas
    Participant

    Nice, i love bbpress becouse of it’s simplicidy, and new bbpress plugin it’s just same bbpress 1.0 with simplier integration ?

    #104712

    Actually its the most quiet I have seen it in the last 3 years except the bbPress plugin sticky! :P

    Moreover we are only a few who hit replies to topics.

    #99612

    Actually its the most quiet I have seen it in the last 3 years except the bbPress plugin sticky! :P

    Moreover we are only a few who hit replies to topics.

    #95007

    Just a note that, bbPress plugin questions has started coming up here – http://wordpress.stackexchange.com/questions/tagged/bbpress

    #104711
    Kasparas
    Participant

    Thanks for fast answer Ashfame. I see that bbpress community became more active since last year beginning i think… :)

    #99611
    Kasparas
    Participant

    Thanks for fast answer Ashfame. I see that bbpress community became more active since last year beginning i think… :)

    #99586

    BBLD works fine in WordPress. Please note, its a WordPress plugin and not a bbPress plugin

    #104686

    BBLD works fine in WordPress. Please note, its a WordPress plugin and not a bbPress plugin

    #104710

    1.0.3 is the best right now. You can do a lot more with it. Also you can switch over to plugins when they are ready with a upgrade script and at that time, I will be ready with a downgrade script too ;)

    #99610

    1.0.3 is the best right now. You can do a lot more with it. Also you can switch over to plugins when they are ready with a upgrade script and at that time, I will be ready with a downgrade script too ;)

    #104611

    Put these two lines in bb-config.php (located in bbPress root) to make bbPress use WordPress user tables.

    $bb->custom_user_table = 'wp_users';
    $bb->custom_user_meta_table = 'wp_usermeta';

    And similarly you can make bbPress to use another bbPress user tables.

    $bb->custom_user_table = 'bb_users';
    $bb->custom_user_meta_table = 'bb_usermeta';

    All installations should be in the same database for this to work

    #99511

    Put these two lines in bb-config.php (located in bbPress root) to make bbPress use WordPress user tables.

    $bb->custom_user_table = 'wp_users';
    $bb->custom_user_meta_table = 'wp_usermeta';

    And similarly you can make bbPress to use another bbPress user tables.

    $bb->custom_user_table = 'bb_users';
    $bb->custom_user_meta_table = 'bb_usermeta';

    All installations should be in the same database for this to work

    #37607
    Kasparas
    Participant

    I used bbpress quite a long time ago and just want to ask what is the best bbpress version ? Is it trunk, 1.0.3 or plugin plugin (wathing from here http://trac.bbpress.org/browser#branches)

    Thanks for answers ! long live bbpres ! :)

Viewing 25 results - 39,001 through 39,025 (of 64,535 total)
Skip to toolbar