Quote:
Originally Posted by Mellymonster
Is there away to have a tab that only staff can see and members cannot see?
|
Ya, just wrap the <li> that you want "hidden" with a template conditional.. just replace 5,6 with the user group IDs that you want to be able to SEE the Tab
Code:
<if condition="is_member_of($vbulletin->userinfo, 5,6)">
<li><a href="#"><span>Page 3</span></a></li>
</if>