The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
threadbit row highlight for post with zero replies
Simply how do I highlight a row automaticly with a color if the thread has zero replies in it?
|
#2
|
|||
|
|||
looking for a solution for 3.8 thanks!
|
#3
|
||||
|
||||
the conditional you need to use is
vB3x Code:
<if condition="$thread[replycount] == 0">style="background-color:#FF0000;"</if> Code:
<vb:if condition="$thread[replycount] == 0">style="background-color:#FF0000;"</vb:if> main <li> element by adding a background color or use as you wish. Just guessing, could be wrong. havent tested it, but its a place to start. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|