XF 2.3 Add Pagination to User Stats

himmelman

Member
I'm working on a custom page in XenForo that displays user statistics. However, I'm encountering an issue where all the results load on a single page, which isn't practical for a large number of users.

I'd like to add pagination to this page to display a limited number of users per page (e.g., 20 users per page). Is there a built-in method or a recommended way to achieve this?
 
Yes, there really is no way (out of the box) that I know of to display the entire member list unless is loads on a full page.

I'm not sure but I think Lazy Load might in use there or it would be problematic if you had 10k members or something.

Personally I think there should be a DISPLAY MEMBER LIST ALPHABETICALLY with pagination as a core feature.
Most every other software I ran in the pas had that... A. B. C. etc.
 
Back
Top Bottom