Topic: Would it be interesting...
I've slightly changed the viewtopic.php file (around line 436, search for the pages thing) like this:
<td style="width: 53%"><b><a href="index.php"><?php echo pun_htmlspecialchars($pun_config['o_board_title']) ?></a> / <a href="viewforum.php?id=<?php echo $forum_id ?>"><?php echo pun_htmlspecialchars($forum_name) ?></a> / <?php echo pun_htmlspecialchars($subject) ?></b> / <?php echo $lang_common['Pages'].': '.$pages ?></td>
<td class="punright"><?php echo $subscraction ?></td>
So as to have one more navigation bar on the bottom. Might as well be on another line, that I haven't decided yet, but on long topics, it's either scrolling up again, or using the back buttons, its effect would be adding another "forum /section /topic" linkbar just under the last post.
However, I am unsure if anyone else has seen the need for this, so... it might be named as a "mod", but... it barely qualifies
If anybody else has other navigational suggestions, it might be a good thing to pack a few changes together.