PDA

View Full Version : conditional for moderator viewing on forumhome?


Eccentricity
06-23-2007, 10:37 PM
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:

<if condition="$show['modcplink']">

Dismounted
06-24-2007, 05:26 AM
<if condition="is_member_of($vbulletin->userinfo, 4,5,6)">
Would allow all members of usergroups 4,5 and 6.

Eccentricity
06-25-2007, 04:55 PM
Thank you very much!

Hmm I can still it with every usergroup...

TheMilkCarton
06-25-2007, 07:39 PM
If you copied his code directly, he spelled "condition" wrong. Hope that fixes it. :)

Dismounted
06-26-2007, 07:24 AM
This happens to me all the time. :( Blame me for touch typing....