The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How do I change the color of only new posts?
I want to change the color of the links for new post, both on the Forum View and on the Thread View.
The only thing I can manage to do is change the color for all links, changing the color of the alt1 links does change the color of the new post links, but it also changes the color of some other links. |
#2
|
|||
|
|||
If template threadbit
FIND Code:
<if condition="$show['gotonewpost']"> <strong><a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]">$thread[threadtitle]</a></strong> Code:
<if condition="$show['gotonewpost']"> <strong><a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"><font color="#FFFF00">$thread[threadtitle]</font></a></strong> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|