Company Directory Pagination
Posted: Fri Oct 08, 2010 1:17 pm
Hi there,
I implemented a page limit on my Company Directory tag.
Upon loading the page, this works fine - the first 10 companies are shown in the correct summary template; in alphabetical order, with pagination that looks like this:
Which is to be expected; there are 749 companies in my directory.
However, when I click the next - or last - link, the page shows 5 companies (starting with the letter R!) and the following pagination:
Clicking back shows 10 companies, but not starting at the beginning.
Once here, the pagination becomes erratic; you can go backwards and forwards freely - sometimes it shows companies - sometimes not.
I've tried turning off pretty URLs, reset to default templates. Nothing.
Please could someone offer a solution or a helping hand? This is the last big chunk of a project - of course that's just Murphy's Law!
Best Regards,
Rich
p.s. Forgot to mention; these were imported through phpMyAdmin, not added through FEU or imported through the mdult admin. Not sure if this could affect it at all.
I implemented a page limit on my Company Directory tag.
Code: Select all
{CompanyDirectory pagelimit="10"}
Code: Select all
<< < Page 1 Of 75 > >>
However, when I click the next - or last - link, the page shows 5 companies (starting with the letter R!) and the following pagination:
Code: Select all
<< < Page 2 Of 2 > >>
Once here, the pagination becomes erratic; you can go backwards and forwards freely - sometimes it shows companies - sometimes not.
I've tried turning off pretty URLs, reset to default templates. Nothing.
Please could someone offer a solution or a helping hand? This is the last big chunk of a project - of course that's just Murphy's Law!
Best Regards,
Rich
p.s. Forgot to mention; these were imported through phpMyAdmin, not added through FEU or imported through the mdult admin. Not sure if this could affect it at all.