Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Popular Features › Members Directory › Add a pagination on top of buddypress member list
- This topic has 3 replies, 2 voices, and was last updated 5 years, 4 months ago by
Themosaurusrex.
-
AuthorPosts
-
David BDJParticipant@billdjango
- 23 Topics
- 47 Posts
Why I think every buddypress need this feature ?
Because BuddyPress has not implement a BASIC feature !
On BuddyPress member list, when you click on page 2, visit a profile then click on return button, you go back on page 1.
I create a ticket on BuddyPress forum to explain about this problem.
I don’t understand how a system with so many users don’t have fix this issue.
So, I want to add a pagination on top of member list to help my users not to have to scroll down the entire page to find the pagination.
Can you tell me how to add this with a hook for example ?
Thanks a lot.
December 7, 2019 at 12:16 #8750@themosaurusrex- 0 Topics
- 2048 Posts
Hi @billdjango,
Unfortunately, I have no idea about how to do this or which hook to choose to implement it.
Furthermore, as this issue is related with the BuddyPress, it’s best if you wait a reply from the plugin authors. They will be more informed and better suited to help you.
You can always consider using Youzer to improve the BuddyPress user experience. All recent versions of Gwangi support this plugin. For more, please visit our demo:
We remain available for all support requests related with the use of your theme.
Best,
December 9, 2019 at 17:26 #8775David BDJParticipant@billdjango- 23 Topics
- 47 Posts
With this code, you can have a patch to avoid return on page 1. Maybe you can implement in a future release ? There is just a problem on mobile, it works only on desktop.
/** * Update history on click in members navigation */ $(document).on("mouseup touchend", "#member-dir-pag-bottom a.page-numbers", function(){ history.pushState({}, "Member directory - Page "+ $(this).text(), $(this).attr("href")); });
December 12, 2019 at 12:02 #8855@themosaurusrex- 0 Topics
- 2048 Posts
Hi @billdjango,
Thank you for providing this snippet. Maybe it can help others facing the same issue.
As I mentioned above, this issue is related with BuddyPress, not our theme. So it’s best to report it to the plugin authors and ask them to improve this feature.
We remain available for all support requests related with the use of your theme.
Best,
December 12, 2019 at 17:03 #8864 -
AuthorPosts
Hi there,
This topic has been inactive for a while now so we will be closing it to keep the forum tidy. Don't hesitate to create a new topic if you still need help and we'll be glad to help you!
Best regards,
The Themosaurus team.
The topic ‘Add a pagination on top of buddypress member list’ is closed to new replies.