On the buddypress members list for groups when I click on page 2 it sends me back to the main member list directory? It seems that none of the lists work correctly excerpt maybe activity. Other wise once you get past the first page of anything on buddypress it just goes where it wants. Which sucks because i spend 100’s on themes all buddypress for nothing
]]>I there any way to i use this plugin only to a specific page? I have a large page so i would like to brake into 15 items per page, is this available?
https://www.ads-software.com/extend/plugins/buddypress-better-pagination/
]]>This awsome plugin doesn’t work with Custom Slug like set in BP_MEMBERS_SLUG and others.
IMHO I think this could be a good choise, replace
if ( $members_per && ( "members" == $bp->current_component || 'friends' == $bp->current_component ) )
return $query_string . '&per_page='.$members_per;
with
if ( $members_per && ( BP_MEMBERS_SLUG == $bp->current_component || 'friends' == $bp->current_component ) )
return $query_string . '&per_page='.$members_per;
Rows affected are: 130, 133, 136, 139, 142.
I changed with one of this constants defined by codex
https://codex.buddypress.org/extending-buddypress/changing-internal-configuration-settings/
Thanks for your work.
]]>Almost brilliant, but a couple of bugs.
1. Pagination links at the bottom are displayed twice (can be fixed by commenting out everything prior to line 121 in pagination.php)
2. Messages aren’t paginating at all (and the plugin output refers to blog pagination on Message page)
This is potentially an excellent plugin – I really hope the Messages issue can be fixed!
]]>Nice simple plugin. Just a couple of things:
1. Looking at the code – you have the blogs pagination and messages pagination mixed up.
2. When using the bottom pagination on groups, member list etc. it only scrolls part way to the top so that you end up somewhere in the middle of the page rather than the top.
Cheers.
https://www.ads-software.com/extend/plugins/buddypress-better-pagination/
]]>