Pagination not displaying with custom list

momentis 21 Jan, 2013
I have created a CC connection using a custom listing. I have the following for my custom listing:

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?
Max_admin 22 Jan, 2013
Hi Rick,

Please use {paginator} but not {pagination}😉

Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
momentis 22 Jan, 2013
Oh geez!! 😶 😶 😶 😶

Thanks!
Rick
h3roe5 12 Feb, 2013
still not working.
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
Max_admin 17 Feb, 2013
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
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
bmarkus 13 Mar, 2013
Happy to find this thread, spent few hours trying to get it working with nosuccess before. Replacing {pagination} with {paginator} works as expected.

Thanks!
inocampo 13 Oct, 2013
Thank You, I change {pagination} for {paginator} and work thank you
This topic is locked and no more replies can be posted.