![]() |
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> |
Code:
<if condition="is_member_of($userinfo, x)"><span style="color: blah">$thread[threadtitle]</if> |
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> |
All times are GMT. The time now is 04:47 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|