The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I currently have a NavBar that has a link to an Image Uploader using this code in the NavBar template.....
Code:
<if condition="$bbuserinfo['userid'] == 0"> <else /> <td class="vbmenu_control"><a href="http://forum.vectra-c.com/uploader/index.php" target="_blank">Image Uploader</a></td> </if> I want to make it so that the menu also doesn't show to 'Users Awaiting Email Confirmation' as they could be using a false address and then be able to upload images. How can I do this with code in the NavBar template. Many thanks |
#2
|
|||
|
|||
![]()
Anyone?
![]() |
#3
|
||||
|
||||
![]() Code:
<if condition="$bbuserinfo['userid'] == 0 OR $bbuserinfo['usergroupid'] == 3"> <else /> <td class="vbmenu_control"><a href="http://forum.vectra-c.com/uploader/index.php" target="_blank">Image Uploader</a></td> </if> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|