oh, sorry, was just responding to your post number 1 where it appears you were looking for number of topics… missed the paging links in the topic title…
They are not an option any more but part of your theme display… the vast majority of display elements have moved to the sp theme itself… so you change that option in the theme… as always, we highly recommend you create your own theme and not edit one of ours… see: http://codex.simple-press.com/codex/themes/theme-basics/creating-a-theme/
since your are talking number of topics, that means forum view… so you would want to edit the spForumView.php template file in your sp theme… this is how WP works too with themes and template tags…
so find the tag that outputs the page links, in this case:
sp_TopicIndexPageLinks(”, __sp(‘Page: ‘), __sp(‘Jump to page %PAGE% of topics’));
there will be two – top and bottom – by default… and update the number of links that you want… by default its 4… so
sp_TopicIndexPageLinks(‘showLinks=8’, __sp(‘Page: ‘), __sp(‘Jump to page %PAGE% of topics’));
if you wanted 8 instead…
and btw, in SP 5.1 due to be released today, we went through and cleaned up all those old admin helps that we had missed when 5.0 was released…