The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Proper conditional syntax.
I have a permission level access for my staff on my site. Any respective post displays for those who have permission on my home page, at www.vizdepot.com, however, I want to also conditionalize its display with a color so its more easily recognizable to my moderators.
This is something like what I am after but its not the proper syntax. Any advice would be appreciated. <if forumid=['6']><font color="#FF0000">$thread[threadtitle]</font></if> |
#2
|
|||
|
|||
Code:
<if condition="is_member_of($userinfo, x)"><span style="color: blah">$thread[threadtitle]</if> |
#3
|
||||
|
||||
Thanks Danny, I ended up figuring it out with the forum id...
Code:
<if condition="$thread[forumid] == 6"><font color="#FF0000"></if>$threadtitle<if condition="$thread[forumid] == 6"></font></if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|