At work I have a Drupal 6 site in which image gallery navigation was done with the Custom Pager module + Views.
For my new personal Drupal 7 site, I need a navigation solution (next / previous links) for my cartoons, which are built as a unique content type. There is no 7.x version of Custom Pager.
I would also like to avoid flash / jquery / popup solutions - I want to keep everything as simple and clean as possible. So what are my options?
So far I am thinking I should
- create node--cartoon.tpl.php in my theme
- somehow add next / previous links in code to that template - there are a few Drupal 5 / 6 solutions floating around (Next / Previous API etc) but I can't find anything for 7.x
If all else fails, I can just add two extra fields in my cartoon content type and add those previous / next links manually - pain in the butt, but better than nothing
Has anybody found good solutions for node navigation (previous / next) for 7.x?
Thank you
The site in question: http://lensyoga.com/socialchicks
Read »








