I have created a CC connection using a custom listing. I have the following for my custom listing:
When viewing the list on the front end there is no pagination showing. If I create a different list using the "Auto Listing" the pagination displays and works fine. I do have "Add task field" and "Add form tags" set to YES. Any ideas why this is not working?
Header:
<table width="98%" border="1">
<thead>
<tr valign="bottom" style="border-bottom:3px solid #444444;" bgcolor="#FFFFFF">
<td width="10%" align="center"><span style="color: #498BC7; font-weight: bold; text-transform: uppercase;">{cust_id}</span></td>
<td width="40%" align="center"><span style="color: #498BC7; font-weight: bold; text-transform: uppercase;">{cust_names}</span></td>
</tr>
</thead>
Body:
<tr>
<td>{cust_id}</td>
<td>{cust_names}</td>
</tr>
Footer:
</table><br />{pagination}
When viewing the list on the front end there is no pagination showing. If I create a different list using the "Auto Listing" the pagination displays and works fine. I do have "Add task field" and "Add form tags" set to YES. Any ideas why this is not working?
Hi Rick,
Please use {paginator} but not {pagination}😉
Regards,
Max
Please use {paginator} but not {pagination}😉
Regards,
Max
still not working.
i use {paginator} instead of {pagination}.
the only output i got from pagination is
no buttons and no links to switch pages
i use {paginator} instead of {pagination}.
the only output i got from pagination is
page 1 of 2
page 2 of 2
no buttons and no links to switch pages
This is weird, the {paginator} should replace the core Joomla pagination output, if you don't get the full output then its something to do with the function on your website, maybe there is some override of this some where.. did you try to google and find similar problems ?
Regards,
Max
Regards,
Max
Happy to find this thread, spent few hours trying to get it working with nosuccess before. Replacing {pagination} with {paginator} works as expected.
Thanks!
Thanks!
This topic is locked and no more replies can be posted.