[Solved] Listit2 Pagelimit issue
Posted: Mon Apr 29, 2013 2:18 pm
I've created a Listit2 module which now has over 50 entries.
I want to show the titles of the entries using this template (titlelist):
I call this template using:
The module-help states that if there are more entries then are shown using "pagelimit" a sort of pagination should appear.
BUT... only the 10 titles are displayed and no pagination...
Am I missing something?
I want to show the titles of the entries using this template (titlelist):
Code: Select all
{foreach from=$items item=item}
{$item->fielddefs.Titles.value|cms_escape}<br />
{/foreach}Code: Select all
{ListIt2Mymod pagelimit="10" summarytemplate='titlelist'}BUT... only the 10 titles are displayed and no pagination...
Am I missing something?