Skip to:
Content
Pages
Categories
Search
Top
Bottom

Loving BBPress – Been Playing Around…


  • Lynq
    Participant

    @lynq

    Hey all,

    I am loving BBpress, it is awesome.

    I have been playing around with it a little bit and got it looking pretty nice!

    Not that it didn’t in the first place… how easy was that setup.

    What do you think?

    http://minecraftmembers.com/forums/

    I am still working on the general categories and topic/post area but I really like the way it looks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • I just wanna ask, how did you add the latest discussion at the very top? Im kinda a newbie about this :D


    Lynq
    Participant

    @lynq

    Hi Scheena,

    I did it with the following piece of code:

    <div id="recent-topics-block">
    <?php
    if ( bbp_has_topics( array( 'author' => 0, 'show_stickies' => false, 'order' => 'DESC', 'post_parent' => 'any', 'posts_per_page' => 5 ) ) )
    bbp_get_template_part( 'bbpress/loop', 'latest-topics' );
    ?>
    </div>

    Nice-thanks for sharing.

    For myself I have had major issues trying to run BuddyPress/bbPress on my blog and yet still I want to try bbPress forum plugin on another WordPress site of mine. Viewing yours is a help-I may have to look at your css styling & I certainly will want to look at what plugins will help run bbPress forum.

    Thanks & best wishes (enjoy your minecrafting!!it’ll never beat chess :-) lol!)


    Lynq
    Participant

    @lynq

    Lol yea I don’t play too much Minecraft, but it is certainly fun.


    enderandrew
    Participant

    @enderandrew

    Which template files did you add that to?


    Lynq
    Participant

    @lynq

    I added it onto the top of loop-forums I believe, which then gets used whenever you have forums on the site.

    Super easy!

Viewing 6 replies - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.
Skip to toolbar