The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
if condition hide from guest, banned, users awaiting
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> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|