The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Sticky background color
Is there any way to change the background color of stickies when viewing the list of threads so that they stand out more?
Thanks. |
#2
|
|||
|
|||
Hi
If you just want to do it via the templates, then open 'threadbit' and add a <if condition=??> to each of the <td> that contain class => alt1 or alt2! Then go to common tempates and create a custom CSS tag that will be used when a thread row is a sticky thread! example...... Code:
<td class="<if condition="$show['sticky']">sticky<else />alt1</if>"> Code:
.sticky { background-color: #000000; color: #ffffff; } You can also add it as an vB Option => 'Forum Listings Display Options', which would allow you to change the color in the admin panel! This would need you to edit the template 'threadbit', and then do 1 admin script edit and 2 includes/function_??.php script edits and add 3 admin panel phrases! If you want to do it this way, just tell and I will show you exactly what you need to change or add! Sonia |
#3
|
|||
|
|||
Thank you. Excellent. It worked.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|