• Hi there,
    I’m using the bbpress plugin and I can not figure out how to modify the template (I want fullwidth, I have a full width) !
    Thanks

Viewing 10 replies - 1 through 10 (of 10 total)
  • I am looking for the same with my blog

    bbpress is using wp custom post types now, so should just be a post type template

    https://codex.www.ads-software.com/Template_Hierarchy#Single_Post_display.

    ie uses single.php if others do not exist

    else single-topic.php and single-forum.php in your theme etc

    Somehow I found it working by duplicating your index.php and rename it to forum.php

    then you can change your layout in your forum.php file

    Thanks not2comply. Let us try.

    yep. this works, I made a copy of single.php and named it forum.php.
    then added

    <?php
    /*
    Template Name Posts: forum
    */
    ?>

    and customised forum.php as I needed. BBPress defaulted to this new file.
    Thank you

    Hi, Ivonoconfa,

    Could you give us example file?

    Thanks,

    If you visit the website of bbPress itself, you will find more explanation on how to use templates within WordPress

    https://bbpress.org/forums/topic/bbpress-20-theme-compatibility

    Hi, choibc. You really just have to make a copy of your single.php file, name it forum.php and create a template to assign to a page. Something like that:
    [Code moderated as per the Forum Rules. Please use the pastebin]

    When we install BB Press for forum on our site, it creates lot of problems.
    firstly it does not allow to load the forum in full-width page style. For the persons, who are not familiar with editing the php and css stuff, cannot follow and to such tricks.
    For this some friendly plugin must be there.
    Secondly, once the BB Press is installed, everytime we load the forum page, it waits for infinite time to load completely and say that –
    “Waiting for insawsomee.info”…….
    It continues even if you do have high speed connectivity….
    Please anybody help on this….
    I still like to use the BB forum on my site, but am getting feedbacks from my visitors so I am getting annoyed due to this problem…
    Please help…

    amahdee posted here 8 months ago:

    …(I want fullwidth, I have a full width) !

    V Sagar posted here 1 month ago:

    …firstly it does not allow to load the forum in full-width page style.

    I also would like to have full width discussion page.
    Nobody of development team seems to take care of this forum to supply reasonable reply!!! What a pity!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘bbpress page tempalte’ is closed to new replies.