Quote:
Originally Posted by Red-Devil
Nice addition. Ive also made forum leaders mark forums read to same simply move the following code from within the template and tag to the end. If you do have problems searching in template shorten search to a keyword eg "navlinks".
Code:
<div class="navlinks">
<a href="forumdisplay.php?{vb:raw session.sessionurl}do=markread&markreadhash={vb:raw bbuserinfo.securitytoken}" rel="nofollow">{vb:rawphrase mark_forums_read}</a>
<vb:if condition="$vboptions['forumleaders']">|
<a href="showgroups.php{vb:raw session.sessionurl_q}" rel="nofollow">
<vb:if condition="$vb_suite_installed">
{vb:rawphrase view_site_leaders}
<vb:else />
{vb:rawphrase view_forum_leaders}
</vb:if>
</a></vb:if>
</div>
|
good work
you are welcome and thanxx for your for your post