How do I add a link to this part?

Maki

New Member
How do I add another link to the part where it says "Mark Forums Read + View Forum Leaders"?

Thanks.
 
Ok lets start again....lol

In forumhome template find:

HTML:
<a href="showgroups.php$session[sessionurl_q]">$vbphrase[view_forum_leaders]</a></if>
		</strong>

Add this:
HTML:
&nbsp; &nbsp;<a href="YOURLINK.COM">LINK TITLE</a>

just behind:
HTML:
</strong>
 
Back
Top