Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to increase the number of groups / forum topics / posts ?

  • @kriskl

    Participant

    Hi

    we have migrated from phpbb to buddypress

    and it is better in many ways. of course

    some habits die hard, and before there were many options, now it is down to code..

    can anyone guide me, how to change the the number of groups / forum topics / posts that are displayed on each page??

Viewing 6 replies - 1 through 6 (of 6 total)
  • @kriskl

    Participant

    is there no way to increase the number of posts or forum topics per page?

    @stwc

    Participant

    I figured out how to do this (with the help of the Forums Extras plugin) but now I have completely forgotten what I did, sorry. It is possible, though — don’t give up. Hopefully someone else can remember how it’s done.

    @nuprn1

    Participant

    the loops accept a per_page param

    @hnla

    Participant

    Something I struggled to get working :confused: the codex could do with some examples a la WP codex, but documenting is a chore isn’t it :-) at least my heart always sinks when I realise I have to start writing stuff down rather than bashing out code.

    @kriskl

    Participant

    this is the answer..

    <?php if ( bp_has_forum_topics( “per_page=30&”.bp_ajax_querystring( ‘forums’ ) ) ) : ?>

    @pisanojm

    Participant

    Excellent was looking for a similar solution for setting the number of groups shown per page ended up changing to this in the groups-loop.php file:

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to increase the number of groups / forum topics / posts ?’ is closed to new replies.
Skip to toolbar