I have been reading up on a lot of the issues in http://drupal.org/project/custom_pagers project. I am having fits with it.. showing up, disappearing, not paging through the right records.. then when no changes were really being made to the site.. reverting to only showing 10 total after it had worked for a while, paging through nearly 1000 nodes at one point.
Is there an option to custom pagers out there?
Or anyone want to help me clean it up?
There is more than 70 issues in there.
(I dont know php but will do what I can markup wise/organizationally and testing)
My site is a photo blog, with 1 image in each node.
I want to have a pager that lets people go from one photo to the one before it... and so on, back to the first image.
In my case it would be cool to have keyboard navigation... although right now I would be more than happy with just a pager.
Comments
You can override
You can override theme_pager() in your theme, using the style that you want.
Contact me to contract me for D7 -> D10/11 migrations.
reading.
Ok. I'm reading through things in there.Looks like I need to learn how to implement this function in my theme:
theme_pager_link($text, $page_new, $element, $parameters = array(), $attributes = array())
I will keep going and see what I can do. Seems like it may get simpler with drupal 7. But for now, I have to do something.