Page 1 of 1

Company Directory: cannot see how to set up paging?

Posted: Thu Jun 16, 2011 5:15 am
by kittymcooper
I looked in preferences but there is no place to set the number of entries per page. It seems no matter how many entries I add, the summary from {CompanyDirectory sortby="company_name"} is one long page. Do I need to do something in the template? I could not find any documentation explaining this.

I have the current versions: 1.8.3 of the company directory and 1.9.4.2 cms made simple

Re: Company Directory: cannot see how to set up paging?

Posted: Thu Jun 16, 2011 11:07 am
by M@rtijn
In the module help for Company Directory:
(optional) pagelimit="" - When used with the default summary mode, or the search mode, this will limit the results to a specified number.
So:
{CompanyDirectory sortby="company_name" pagelimit="10"}

[SOLVED] Re: Company Directory: cannot see how to set up pag

Posted: Wed Jun 22, 2011 5:59 pm
by kittymcooper
Thank you so very much. My eyes somehow skipped over that seeing only the "search mode."

Now to get paging on the admin page so it does not load all 1500 entries!!