I have a small annoying problem here which I cannot for the life of me understand why is it happening. If a listing spills over to a second page, the link that will point to the second page seems to have gone AWOL on me. Take for example this page: http://www.up6.org/bid-directories/ The page says: "Browsing 1-15 of 27 links on Page 1". However if you scroll down below, there is no link to Page 2 and therefore you can't see the rest of the listings beyond the first 15. Hope someone can resolve this issue for me, thanks. Edit: Never mind, I've found the problem and have fixed it. Its due to a missing declaration in the links.tpl file.
the problem is still there, the pages are there 1- 2- 3 etc! but the color of those 1,2,3 are the same as the background color, so you can't see them, Press cont+A and you will be able to see the number of pages!
try changing the class in the tpl look for: class="pager-link" change to: class="pager-current" that should turn them all white. i dunno how you have it setup though.