The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
New Post Icons Replaced With Backgrounds
I have done some searching and was unable to find out how to replace my forum icons with just changing the background color of the row of the entire forum.
If someone could help me with this I would appreaciate it very much. Retell bump |
#2
|
||||
|
||||
Just tested this, seems to work OK.
In your threadbit template, look for this (first thing in the template!): Code:
<tr> Code:
<tr style="background-color:<if condition="$thread[statusicon] == '_dot'">#fff;</if><if condition="$thread[statusicon] == '_hot'">#f00;</if><if condition="$thread[statusicon] == '_lock'">#000;</if>"> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|