Back to vBulletin 3.7 Template Modifications

Sticky background color change
Mod Version: 1.00, by ()

This modification is in the archives.
vB Version: 3.7.0 Beta 4 Rating: (10 votes - 4.80 average) Installs: 124
Released: 23 Feb 2008 Last Update: Never Downloads: 37
Not Supported Template Edits Re-usable Code Translations  

Simple template mod, updated from my 3.5.x mod.

ACP -> Styles & Templates -> Style Manager -> Edit Templates -> Threadbit

Find:

Code:
<td class="alt1" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]">
Replace with:

Code:
<!-- Sticky Color -->
<if condition="$thread['sticky'] == 1">
<td class="stickybg" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]">
<else />
<td class="alt1" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]">
</if>
<!-- /Sticky Color -->
Then create the CSS class:

ACP -> Styles & Templates -> Style Manager -> Style Name -> Main CSS -> Additional CSS Definitions

Add the following:

Code:
.stickybg
{
	background-color: #333333;
}
Change the red code to your new color.

Screenshot:

Download

No files for download.

Similar Mods

Sticky Background Color Change with Rollover Effect vBulletin 3.5 Template Modifications

vblts.ru supports vBulletin®, 2022-2024