bbPress

Simple, Fast, Elegant

bbPress support forums » Installation

How to limit latest discussion topics?

(4 posts)
  • Started 1 year ago by huntherx17
  • Latest reply from cadre
  • This topic is resolved

Tags:

  1. Is there a way to limit the number of topics listed under the Latest Discussions part?

    Posted 1 year ago #
  2. This is a setting in your config.php, but if you are interested in limiting discussion based on time, check out this plugin:

    http://bbpress.org/plugins/topic/21?replies=1

    Otherwise:

    // The number of topics that show on each page.
    $bb->page_topics = 30;

    Trent

    Posted 1 year ago #
  3. Or use the frontpage plugin, then you can do this in the admin area (can't find the direct plugin url right now but it's there somewhere....)

    Posted 1 year ago #
  4. cadre
    Member

    I think this is the plugin you were thinking about, Null. It worked very well for me:

    http://bbpress.org/plugins/topic/3?replies=7

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.