/applications/vanilla/views/discussions/index.php
/applications/vanilla/views/discussion/index.php
<?php echo $this->Pager->ToString('more'); ?>
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.