I can't find a clear answer for this. Is their a way to use the pager in contemplate or a custom template node with cck fields. I would like to break my contemplate into 3 pages or make a custom template node with cck fields and break that into 3 pages. If this module will not work, is their a clear how-to on doing this another way?
I have been using jstool tabs, but it is getting very difficult to work in complex code and outside api's. It seem like I have to work for days trying to figure out how to code the simplest things to work in the tabs. I can't get much support so I wish to abandon this route and just use pages.
Thank you and sorry if this is a duplicate issues as I couldn't find a clearly answered one.
Comments
Comment #1
Gurpartap Singh commentedI believe tabs should be as easier as using Drupal's theme_pager() for this. Sadly, paging won't be of help in this case. You'll need to split your content using http://api.drupal.org/api/function/theme_pager/6. You can show different content using the $_GET['page'] argument from url. And make the theme_pager() to render a pager of certain length. Let me know if you need more help.
Comment #2
Gurpartap Singh commented