The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#8
|
|||
|
|||
![]()
I meant just update it with each user that i dont want to see the link?
Actually i have just tried this and the user in question can still see and click the link heres what i have in the template Code:
<if condition="$show['moderator_app_links']" <tr><td class="vbmenu_option"><a href="$vboptions[bburl]/modapp.php?$session[sessionurl]">Apply To Be A Mod</a></td></tr></if> Code:
$moderator_usergroups = array(5, 6, 7); $moderator_users = array(9); $show['moderator_app_links'] = ( is_member_of($vbulletin->userinfo, $moderator_usergroups) or in_array($vbulletin->userinfo['userid'], $moderator_users) ); What do i do to turn it round please? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|