Skip to:
Content
Pages
Categories
Search
Top
Bottom

Changing the number of topics on forum home page


  • bishyb
    Participant

    @bishyb

    I was wondering if it’s possible to change the number of topics displayed on the forum home page? I’ve had a look through some of the files but not been able to find anything. There’s 16 topics on our forum at the moment but we’d just like the last 5 to show rather than ‘All Topics’.

    If this is possible any help would be appreciated. Cheers.

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

  • bishyb
    Participant

    @bishyb

    Apologies for bumping this but if anyone would be kind enough to provide a solution it’d be much appreciated.

    Thanks :)


    3sixty
    Participant

    @3sixty

    You have to hack one of the bbpress files. I would tell you exactly what to do, but my changes got nuked when I upgraded to 1.2.3.

    Search the files for the “per_page” variable. it will be set to 15. that’s the one you want to change.

    This really should be a lot simpler to change. It would really be nice if BuddyPress admin panel offered the most basic configuration features for its (bbpress) Forums. Unfortunately, the BuddyPress version of bbPress provides none of the admin panel features out of the box.


    stwc
    Participant

    @stwc

    Try

    <?php if ( bp_has_forum_topics( "per_page=5&".bp_ajax_querystring( 'forums' ) ) ) : ?>

    in forums-loop.php

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing the number of topics on forum home page’ is closed to new replies.
Skip to toolbar