Quote:
Originally Posted by blind-eddie
Look in your FORUMHOME template,
Find:
Code:
<if condition="$vboptions['forumleaders']">
<a href="showgroups.php$session[sessionurl_q]">$vbphrase[view_forum_leaders]</a></if>
</strong></div></td>
Replace with:
Code:
<if condition="$vboptions['forumleaders']">
<a href="showgroups.php$session[sessionurl_q]">$vbphrase[view_forum_leaders]</a></if>
<if condition="$vboptions['forumleaders']">
<a href="staff.php$session[sessionurl_q]">$vbphrase[meet_our_staff]</a></if>
</strong></div></td>
Note: You will see I edited the line I ask you to find & replaced it & added staff link.
REMEMBER TO ALWAYS BACK UP ANY TEMPLATE BEFORE YOU EDIT IT
|
perfect
voted 5/5 and nominated for MOTM