I've been searchin around but couldn't find it yet,
is there a way to create a custom pager under the image gallery like:
[1] [2] [3] [4] etc
instead of the "« first ‹ previous 1 2 3 next › last »" ?
I've been searchin around but couldn't find it yet,
is there a way to create a custom pager under the image gallery like:
[1] [2] [3] [4] etc
instead of the "« first ‹ previous 1 2 3 next › last »" ?
Comments
Comment #1
funana commentedI hacked my includes/pager.inc for that, but maybe there is a better solution for you: http://drupal.org/project/custom_pagers
Comment #2
sunThis is a known issue in Drupal core. You can override theme_pager() in your theme. But you can also follow funana's advice.