Options
Changing/Adding Paging location to the top.
Is it possible to add the paging bar to the top of the page either in all discussions or a discussion?
1
Comments
/applications/vanilla/views/discussions/index.php
/applications/vanilla/views/discussion/index.php
You'll find 'Pager' stuffs in them. Cut|copy and paste it.
Maybe it's a good idea to include paging option in core.
Top, bottom or both.
Edit, worked it out - just copy
<?php echo $this->Pager->ToString('more'); ?>
to where ever you want it in the discussion/index.php file.