List all Users with Paging

SoftDesigns
SoftDesigns
@softdesigns
7 years ago
242 posts
RE: jrCore_list - How to modify code below to list ALL Users, and expand the list over multiple pages?

   {jrCore_list 
   	module="jrProfile" 
    order_by="_created desc"     
    template=$profile_tpl}

updated by @softdesigns: 01/08/18 04:36:14AM
paul
@paul
7 years ago
4,326 posts
Checkout the jrCore_list documentation, particularly the pagination section - https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/89/jrcore-list

So the above call would be something like this -

{jrCore_list module="jrProfile" order_by="_created desc" template=$profile_tpl pagebreak=10 pager=true}

hth


--
Paul Asher - JR Developer and System Import Specialist

Tags