Back to vBulletin 3.6 Template Modifications

Background Color New PM Notification
Mod Version: 1.00, by jdk10

This modification is in the archives.
vB Version: 3.6.0 Rating: (4 votes - 4.50 average) Installs: 73
Released: 20 Aug 2006 Last Update: 20 Aug 2006 Downloads: 126
Not Supported Template Edits  

I couldn't find a mod for changing the background of the welcome box when the member has a new PM, so I decided to write one. This is my first mod so be nice

I have tested it with vB 3.6.0 and it works flawlessly.

In the navbar template
Find:
Code:
<td class="alt2" valign="top" nowrap="nowrap">
Replace with:
Code:
<if condition="$bbuserinfo['pmunread']">
	<td class="pmbg" valign="top" nowrap="nowrap">
<else />
	<td class="alt2" valign="top" nowrap="nowrap">
</if>

Next, go to Style Manager > Main CSS and scroll to the very bottom. Under Additional CSS Definitions add the following to the bottom box.

Code:
.pmbg { background-color: #33CCFF; color: #000000;}
Hit save and you are done.

Don't forget to click INSTALL

Download

This modification is archived, downloads are still allowed.

File Type: %1$s new_pm_bg_color.txt (479 Bytes, 212 downloads)

Screenshots

Click image for larger version
Name:	new pm bg color.gif
Views:	1340
Size:	7.2 KB
ID:	52395  


vblts.ru supports vBulletin®, 2022-2024