The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Changing Colors of New Posts need advice
In the threadbit template I found this code
Code:
<a href="showthread.php?$session[sessionurl]t=$thread[threadid] $thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition= "$show['gotonewpost']"> style="font-weight:bold"</if>>$thread[threadtitle]</a> Thanks |
#2
|
||||
|
||||
change that condition to this: <if condition=
"$show['gotonewpost']"> class="post-new"</if> ad then in extra css add something like this: Code:
a.post-new, a.post-new:visited { color: red; } a.post-new:hover, a.post-new:active { color: white; } |
#3
|
|||
|
|||
Thanks for your help
This is what I changed it to so that it worked Code:
<a href="showthread.php?$session[sessionurl]t=$thread[threadid] $thread[highlight]" id="thread_title_$thread[realthreadid]" <if condition="$show['gotonewpost']"> class="post-new" style="font-weight:bold" </if>>$thread[threadtitle]</a> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|