Hi vimarc,
Remove this line from FORUMHOME :
Code:
<a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}forumdisplay.php?{vb:raw session.sessionurl}do=markread&markreadhash={vb:raw bbuserinfo.securitytoken}" rel="nofollow">{vb:rawphrase mark_forums_read}</a>
You should also delete the pipe after | , so the Forum Leaders link stands alone.
Then, if you want the Mark Forums Read link in the main navbar, just make a new tab link with this URL:
Code:
{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}forumdisplay.php?{vb:raw session.sessionurl}do=markread&markreadhash={vb:raw bbuserinfo.securitytoken}
If you want it right below the navbar (subnav), open up ACP -> Navigation Options -> Click "Forum", it'll expand showing all of the subnavs (Forum Home, New Posts, etc). Click Edit -> Add Link and add the same link above.