#1567 closed enhancement (fixed)
Forum posts per topic page
| Reported by: | Detective | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.5 |
| Component: | Core | Version: | |
| Severity: | normal | 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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.