Opened 15 years ago
Closed 7 years ago
#1826 closed enhancement (maybelater)
Admin: General Settings: Options to change per_page settings
Reported by: | nuprn1 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | minor | |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | trac-tidy-2018 |
Cc: |
Description
An easy way to change the per_page settings for listings (members, groups, etc) from the default 20
(unless i missed it but nothing under the buddypress admin)
Change History (7)
#2
@
13 years ago
This would be a good addition as currently, a visitor can alter the display per page via the Query String, causing a very large query to take place and possibly impact the load time of the page or site. Possible also for it to overwhelm a MySQL resource.
#3
@
13 years ago
- Component changed from Core to Administration
- Severity set to normal
- Summary changed from Admin: General Settings: Option to change per_page settings to Admin: General Settings: Options to change per_page settings
I will see what can be done easily.
#4
@
13 years ago
I don't think it makes a lot of sense to have this as an admin setting. It's too niche to require admin UI.
cklosows's concern is a valid one, though. Not sure how to fix that. Maybe we set a cap on the query max, but make that cap filterable by plugins.
#5
@
8 years ago
To update five years after the last comment: this is now a feature we would support in BuddyPress now.
#6
@
7 years ago
- Keywords trac-tidy-2018 added
We're closing this ticket because it has not received any contribution or comments for at least two years. We have decided that it is better to close tickets that are good ideas, which have not gotten (or are unlikely to get) contributions, rather than keep things open indefinitely. This will help us share a more realistic roadmap for BuddyPress with you.
Everyone very much appreciates the time and effort that you spent sharing your idea with us. On behalf of the entire BuddyPress team, thank you.
If you feel strongly that this enhancement should still be added to BuddyPress, and you are able to contribute effort towards it, we encourage you to re-open the ticket, or start a discussion about it in our Slack channel. Please consider that time has proven that good ideas without contributions do not get built.
For more information, see https://bpdevel.wordpress.com/2018/01/21/our-awaiting-contributions-milestone-contains/
or find us on Slack, in the #buddypress channel: https://make.wordpress.org/chat/
You can pass it a custom query_string, or filter the amount before the query takes place.
Punting to future release; would be nice to have some fine grained control over some of this stuff.