Is it possible to add the option to have pagers at the top and bottom?

Thanks,
KT

Comments

Anonymous’s picture

You should be able to do this by overiding the theme
Look in

Display output: views-view.tpl.php

  <?php if ($pager): ?>
    <?php print $pager; ?>
  <?php endif; ?>
ktalai’s picture

Thank you very much for your guidance. It is exactly what I was looking for.

Anonymous’s picture

Category: feature » support
Status: Active » Closed (fixed)

Good to hear it worked. I have only just got my head around the basics of how the tpl are structured. :)
The help is a good place to start

MGParisi’s picture

This issue is referenced all over the site as a solution to this problem. I found a dozen or so requests for this, so I wanted to come up with a clearer response. I have opened up a Document ticket #490008: Add to Views documentation that will explain it better. I will also write the documentation when we clarify where the documentation should exist.

giorgio79’s picture

Version: 6.x-2.1 » 6.x-3.x-dev
Category: support » feature
Status: Closed (fixed) » Active

Thanks midkermia, hope you dont mind if I reopen and request a solution that does not require coding but an option to tick in the Pager settings to show pager at the top of the view as well? :)

dawehner’s picture

Not really sure whether this is a feature which is often needed.

merlinofchaos’s picture

Status: Active » Closed (won't fix)

No, this one is going to require a template override in any case, there will not be an option in the UI for it.

BeaPower’s picture

Thanks so much, this has helped me!

Aaron23’s picture

Issue summary: View changes

Thank you!!!

Aaron23’s picture

Thank you!!!

mrgoodfellow’s picture

+1 to adding an option in pager. This would allow more flexibility.