DolphinEcho
10-24-2009, 11:47 AM
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 1256392057 at 1256392057 ---------------
Just did some Google'ing and found: http://forum.vbulletinsetup.com/f18/vbulletin-template-conditionals-list-2185.html
So I am currently using the following 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
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 1256392057 at 1256392057 ---------------
Just did some Google'ing and found: http://forum.vbulletinsetup.com/f18/vbulletin-template-conditionals-list-2185.html
So I am currently using the following 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