Skip to:
Content
Pages
Categories
Search
Top
Bottom

Customizing the look of the forum


  • Bluealek
    Member

    @bluealek

    Is there a way to add a latest posts list to the forum root level in bbPress 2, just the way I had it in the standalone 1.1 forum (example http://www.stazeibogaze.info/bbpress/)?

    Question two – what php line of code should I use when I want to include the bbPress Reply List widget content into a page (not as a widget, but into the main body)?

Viewing 2 replies - 1 through 2 (of 2 total)

  • Bluealek
    Member

    @bluealek

    Ok, I’ll try to be clearer, and ask one question at a time. How exactly should I modify the default theme CSS if I want to have a latest replies list displayed before the forums list, at the root level?

    Please explain in terms “open this file and insert/change that”. I’m still a bit lost understanding what is where.


    Lynq
    Participant

    @lynq

    Hi Bluealek, I managed to find this on the forum, have you tried the search?

    Here is the code I found none the less.

    `<?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’, ‘topics’ );

    ?>`

    You can add this inside the loop-forums.php above the table tag.

    Good luck!

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