This request is for the prosilver style. ATM the 'View your posts' link in the navbar div at the top of all forum pages is useful. But I feel that 'View Active Topics' is even more useful since a lot of my users (including myself) always visit the view active topic link and right now the only way to view active topics is to visit the forum index page each time. So I think that having this link at the top will be very useful. I know this can be easily added by simply adding
<li><a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a></li>
to the navbar div. But the limited space available here is the issue with it. Based on the discussions
here, it seems in 3.1 we may end up having additional links for Notifications, a link to Unread PM and User Control Panel, etc... In lower resolution screens this may be the most that can be displayed. Then again, we can add another
<ul class="linklis">
to add another line to display 'View your posts' ,' View Active Topics', etc.. but this may be too much. So how can this be added to prosilver? I know Arty is currently working on a responsive layout for prosilver, is this something that may be added to prosilver style in the future?