I'm looking for a solution to put the next-page link of the pager directly into the content linking to the next page for user convenience.
As there is already an input filter in paging module that reads pagebreaks and splits the text, it would make sense to implement it directly into the paging module, because the pager should appear where the pagebreaks are anyway.
If there is another theming-solution for this, this can be seen as a support request.
Comments
Comment #1
Gurpartap Singh commentedInteresting and useful too! Will be there in the stable 1.0 release!
Comment #2
jumpfightgo@groups.drupal.org commentedThat's great, just as long as there is still a way to override and output the pager wherever you want in your page.tpl.php
There are lots of situations where themers would need that level or control.
Thanks!
Comment #3
jenlampton@MarcoR, you can do this already. Change your pager display style to drop-down menu, and then override the theme function for theme_paging_drop_down so that all you get is the next link, instead of previous, drop-down, and next.
You can also create your own theme functions do to something similar, and call them directly from your node template or preprocess.