Hi,
I am wanting to hide a link from the following
Guest (Unregistered / Not Logged In)
Users Awaiting Email Confirmation
Banned Users
(COPPA) Users Awaiting Moderation
Could someone tell me the: if condition I need to be using.
The link is in the It is in the Navigation bar at the top.
--------------- Added [DATE]1256392057[/DATE] at [TIME]1256392057[/TIME] ---------------
Just did some Google'ing and found:
http://forum.vbulletinsetup.com/f18/...list-2185.html
So I am currently using the following code:
Code:
<if condition="is_member_of($vbulletin->userinfo, 1, 3, 4, 8)">
<else />
<td class="vbmenu_control"><a href="XXXXXXXXXXXXX">XXX</a></td>
</if>
If anyone can come up with a better way please lete me know