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

Gurpartap Singh’s picture

Interesting and useful too! Will be there in the stable 1.0 release!

jumpfightgo@groups.drupal.org’s picture

That'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!

jenlampton’s picture

Category: feature » support
Status: Active » Fixed

@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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.