Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
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.