Hmm, that sort of works, I see what you mean. If I just add that in there like this:
<if condition="$vbulletin->userinfo[field18] <> 'No' AND is_member_of($bbuserinfo,5,6)">
(sidebar code)
then If it's set to Yes, and I'm in the right group, it shows the code.
But if someone NOT in that usergroup has it set, then the conditional isn't matched and the code doesn't show.
I might need to use a bunch of else's here, eh?
--------------- Added [DATE]1223489616[/DATE] at [TIME]1223489616[/TIME] ---------------
[high]* Guest210212002 hasn't had enough coffee
[/high]
What I need here is a conditional to ignore the yes/no conditional for everyone BUT contributors. That way the code is shown to everyone who does NOT have permission to use the yes/no thing.
Does that make sense?
|