Quote:
Originally Posted by Digital Jedi
I may be recalling incorrectly, but I was fairly certain there was an [minicode]is_moderator()[/minicode] function for vB 3 conditionals. Something like:
HTML Code:
<if condition="is_moderator($forumid, 5, 6, 7)"><!--Some Code Here--></if>
Probably not the exact syntax, but I can't seem to find a reference to it this morning.
|
Yes, that will show if the user who is looking is a moderator.
I want it to show if anyone is looking at a post of a moderator in that forum..
With that if condition, if I am a moderator of forums 5, 6, and 7 I will be able to see the code. However, if I'm a normal user and I'm looking at the moderator's post in forum 5, 6 or 7, I won't be able to see the code.. which is what I am looking for.