Hello There,
Is it possible to place an additional pager at the top of my content as well as the default bottom pager?
I dug around the module files but couldn't find a template to change. Can it be set via the regular theming way? If so, what snippet would the pager be called up by?
We are using table view, and the pager as only 50 records are displayed per page. For usability, it would be nice to include the pager at the top of the table as well.
Thanks.
Comments
Comment #1
merlinofchaos commentedThe pager is in the views-view.tpl.php template. You can put another pager in with that template easily.
Comment #2
merlinofchaos commentedCrap, sorry, that's Views 2.
For Views 1 you have to override theme_views_view. You can cut & paste the code and put an additional pager in. It's not quite as easy as the views 2 method but is doable.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #4
Zoologico commentedI found this code:
Here: http://pedroposada.com/blog/place-pager-top-and-bottom-views-view