#1567 closed enhancement (fixed)
Forum posts per topic page
Reported by: | Detective | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | minor |
Severity: | normal | Version: | |
Component: | Core | Keywords: | dev-feedback |
Cc: | Detective |
Description
Currently, there's no way to set a fixed "posts per topic page" number.
Having a fixed value (that can be changed on the buddypress forum component setup) would allow to link each topic freshness, and also implement some plugins like quoting between topic pages.
I already have a plugin for quoting in bbPress: http://bbpress.org/plugins/topic/ajaxed-quote/ and I could port it easily if the posts per topic page was fixed (last time I checked it relied on a GET var).
Change History (5)
#3
@
14 years ago
- Component set to Core
- Keywords dev-feedback added
- Milestone changed from 1.3 to Awaiting Review
Note: See
TracTickets for help on using
tickets.
It would be nice, in theory, to set the per_page parameter for bp_has_forum_topic_posts() (and all the other bp_has_x() loops) with a $_GET parameter, but that can have weird consequences with theming and the Load More javascript built into certain components. I'm not against it, but I would like to see what some of the other core devs have to say.