The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
conditional for moderator viewing on forumhome?
I have a shoutbox that I want to be viewable by moderators, global moderators and administrators on forumhome. Can anyone tell me a conditional that will accomplish this? Or better yet, one that I can specify different usergroup ID#'s to view it?
This one worked fine for globals and above, obviously, but as mods have no panel access it isn't helping me much for them: HTML Code:
<if condition="$show['modcplink']">
|
#2
|
||||
|
||||
Code:
<if condition="is_member_of($vbulletin->userinfo, 4,5,6)"> |
#3
|
|||
|
|||
Thank you very much!
Hmm I can still it with every usergroup... |
#4
|
|||
|
|||
If you copied his code directly, he spelled "condition" wrong. Hope that fixes it.
|
#5
|
||||
|
||||
This happens to me all the time. Blame me for touch typing....
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|