Log in

View Full Version : Coloring thread title in VB 3.8.5


shzad1
07-30-2010, 11:38 AM
I m currently using Vbulliten 3.8.5
I want to change the color of sticky and closed thread titles.Not the prefix but the whole title
Any one who can provide me the MOD?
i searched for the whole day but havent find
thanks

BirdOPrey5
07-30-2010, 12:20 PM
I can't give you exact code because my threadbit is already heavily modified but if you edit your threadbit template you can use the following if statement to test for a sticky thread and if so use a span color tag to change the color...
<if condition="$show['sticky']">HTML Codes Here</if>
I'd guess you'd need a second if to put the closing tags in too.

shzad1
08-01-2010, 06:58 AM
Ok ..done..thanks :)