Hi,
Is it possible to remove or adjust the pagination of the users page (/panel/users)?
Basically changing the users page blueprint?
Hi,
Is it possible to remove or adjust the pagination of the users page (/panel/users)?
Basically changing the users page blueprint?
There is no setting for that, the limit (20) is hard-coded in the users view. So to change this you would have to modify the users area (Panel areas | Kirby CMS)
Hello,
I see where to change this default limit (20) to a higher number. Is this something I could make a plugin for so I don’t have to adjust this number each time I do a kirby update?
Thanks
Yes, the idea here was to overwrite the users panel area in a plugin, not to change the source code.
Did this topic update lately? How would you do this at the moment? Is there an example somewhere? I get requests frequently to change the items per page or the sorting of the user page. I always have to say that it’s not easily possible with kirby. Also the panel areas look complicated to me compared to the standard way of setting up items per page or sorting.
I have created a feature request: Users view: make limit configurable · Kirby Feedback
Please feel free to upvote it.
Currently, overwriting the Panel area view remains the only option. You’ll find some docs on this here Panel areas | Kirby CMS and can review kirby/config/areas/users/views.php at main · getkirby/kirby · GitHub for code that you want to keep the same.