The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Thread titles in different colors based on categories
A user at my forum requested this hack and it sounds like a great one, so I'm requesting it here also.
The idea is that one by looking at the result of the "New posts"-search can see what category each thread is written in by the color of the threadtitle. Like here, if all the thread titles from the hack request forum were red, the ones from the Beta releases were blue and the ones from the "Code Modifications vB3" category were blue and the ones form the category "Code Modifications vB2" were red. Could this be done? |
#2
|
||||
|
||||
actually you can do this with a template modifications
just edit the threadbit template and around $thread[title] add something like HTML Code:
<font color="<if condition="in_array($thread[forumid], array(1,2,5))">red<else />blue</if>">$thread[title]</font> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|