Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 40,476 through 40,500 (of 64,535 total)
  • Author
    Search Results
  • #94678
    aja2010
    Member

    I currently have several sites running standalone bbpress.org with deep integration. How would I convert over when this new plugin is developed?

    I would echo ricardouk views that It would make sense to just display the forum on a wordpress page to avoid the hassle of fiddling with different themes.

    What is likely to be in the core? I would like to have plugins in the core or optionally built in and maintained as core plugins specifically these ones.

    Adsense for BBPress

    Ajaxed Quotes

    Akismet

    Allow Images

    BBClitcha

    BBCode Buttons

    bbPM

    BBVideo

    Terms of Service

    I would think all of them should be in the core except maybe Adsense for BBPress

    I am not a computer guy but if you want a dummy tester I would fit the bill

    #36284
    pbul2004
    Member

    Hi,

    I want to have a link on my WordPress site called ‘Forum’ in the navigation bar. When clicked on all i want is a simple forum like on wordpress.org and similar to this forum here.

    How easy / hard is this to do? People have told me its a nightmare to do with bbpress and an existing theme.

    Any help would be great,

    Thanks

    Paul

    #94677
    Ricardo
    Participant

    There won’t be loads, but I’m confident there will be a few. But more importantly there will be documentation on how to adapt existing themes. This is where child themes come in really handy.

    WordPress has themes, and bbpress as a pluggin will have themes aswell?

    Why not “copy” simple:press “aproach” to this… the forum is displayed on a wordpress page, no fidling with themes, if bbpress was a standalone software like it was untill now its logical to have themes, but in my opinion having themes for a pluggin its to much… my 3 cents anyway…

    #94676
    DeysonOrtiz
    Participant

    I am not doing my own hosting.

    #94675
    Rich Pedley
    Member

    What is your server setup?

    #94674
    DeysonOrtiz
    Participant

    Hello, I played with all the permissions and I still can not see the plugin, in case anyone had any other ideas.

    I am using the Hybrid Theme.

    Thank you.

    #97813
    #94673
    Rich Pedley
    Member

    There won’t be loads, but I’m confident there will be a few. But more importantly there will be documentation on how to adapt existing themes. This is where child themes come in really handy.

    #94672
    Ricardo
    Participant

    Rich Pedley wrote:

    “in time you’ll see a few themes that are bbPress ready. “

    Is this true? the new version will use is own themes? if the next version is a wordpress pluggin, having its own themes its kind of odd.

    Corsari
    Member

    Now I’ll read as many docs I can, but I would suggest bbPress documentation editors to write in an explicit way

    https://bbpress.org/documentation/integration-with-wordpress/

    if the existent WordPress theme is automatically applied or if this is not possible, if it must be hacked or what ever :-)

    Thank you

    R.

    #97812
    Corsari
    Member

    Now I’ll read as many docs I can, but I would suggest bbPress documentation editors to write in an explicit way

    https://bbpress.org/documentation/integration-with-wordpress/

    if the existent WordPress theme is automatically applied or if this is not possible, if it must be hacked or what ever :-)

    Thank you

    R.

    Corsari
    Member

    Dear friends, from my perspective, integration is mainly meant as sharing and or apply the existent WordPress theme to my brand new bbPress forum.

    “users sharing” is not my first issue, I could also say I don’t even care about sharing users, to be true, in my personal case I don’t want forum users to act in my blog.

    Now, what about my customized WP theme?

    How to use it with bbPress?

    How to integrate bbPress theme with my customized wordpress theme?

    Thank you for any tip, link and or instruction.

    Ciao

    Robert

    Hi Ashfame,

    Yes, that’s right. Quite odd. In the end I settled for integrating logins across both WP and bbPress and maintaining the two separate themes. I’d like to get to the bottom of it though.

    Best Regards, Karl

    Hi Ashfame,

    Yes, that’s right. Quite odd. In the end I settled for integrating logins across both WP and bbPress and maintaining the two separate themes. I’d like to get to the bottom of it though.

    Best Regards, Karl

    You mean you are redirected to WordPress dashboard when you click any submit button in bbPress dashboard?

    You mean you are redirected to WordPress dashboard when you click any submit button in bbPress dashboard?

    #94671

    You can add your input on the bbPress Forum Profiles over in the relevant Trac Ticket JJJ opened a few days ago, I already added my own thoughts back then too, but in general the ”framework” is there with the WordPress Profile, it might just need a little extra stuff! https://trac.bbpress.org/ticket/1364

    Hi,

    I’ve been very careful with a fresh install of bbPress and testing functionality at each step of integrating with WordPress. I have the problem narrowed down to this code snippet that goes into the bb-config.php file:

    /* Deep integration */

    if ( !defined('ABSPATH') && !defined('XMLRPC_REQUEST')){

    define('WP_USE_THEMES', false);

    include_once(dirname(__FILE__) . '/../wp-blog-header.php' );

    header("HTTP/1.1 200 OK");

    header("Status: 200 All rosy");

    }

    No feedback yet (it was Thanksgiving Day yesterday after all) but I hope this will help you, help me.

    Best Regards, Karl

    Hi,

    I’ve been very careful with a fresh install of bbPress and testing functionality at each step of integrating with WordPress. I have the problem narrowed down to this code snippet that goes into the bb-config.php file:

    /* Deep integration */

    if ( !defined('ABSPATH') && !defined('XMLRPC_REQUEST')){

    define('WP_USE_THEMES', false);

    include_once(dirname(__FILE__) . '/../wp-blog-header.php' );

    header("HTTP/1.1 200 OK");

    header("Status: 200 All rosy");

    }

    No feedback yet (it was Thanksgiving Day yesterday after all) but I hope this will help you, help me.

    Best Regards, Karl

    #94670
    driz
    Member

    What’s the story with the Forum Profiles?

    Hoping that the devs gonna stick with the built-in one and then allow users to either grab Theme My Login or BuddyPress to allow public editing if they feel they need it.

    #94669
    Rich Pedley
    Member

    The included theme is an example – in time you’ll see a few themes that are bbPress ready.

    #94668
    driz
    Member

    Noticed in the latest revision that the bbPress theme appears within the WP Themes section, but I don’t like the fact you have to activate the bbPress theme and then just inherit the Parent Theme would much rather that the theme files be within the actual WP theme like you do when using the Template Pack for BuddyPress.

    Also I also strongly agree with the others about NOT having public profiles, there are plenty of plugins out there than can do this so no need for it, plus if you have buddypress running as well you will end up with duplicate profiles like you do with the current stand-alone bbPress system.

    EDIT: Actually WP supports public profiles out of the box /author/yourname it’s just a case of the template file showing the additional information! But if you want to make them public editable then grab Theme My Login plugin.

    #94667
    gswaim
    Participant

    Rich,

    Thanks. I registered with the site a while back, but didn’t realize I had so much ability on the back end. I didn’t see how to start a new forum but I see how you basically control what is presented with page templates.

    Since there is a “single-bbp_forum” file in the theme’s directory, I assume I can assign a single forum to a specific page. This is what I need.

    Looks promising.

    Thanks!

    #94666

    @gswaim – In short, yes it is possible, although it may require an additional plugin file to help bridge the two together, or at least some customized theme files to handle the display of forums and topics within your custom setup.

Viewing 25 results - 40,476 through 40,500 (of 64,535 total)
Skip to toolbar