Back to vBulletin 3.6 Template Modifications

Gradient Fill For PM Inbox Status Bar
Mod Version: 2.0, by Red Spider

This modification is in the archives.
vB Version: 3.6.4 Rating: (3 votes - 4.67 average) Installs: 29
Released: 18 Feb 2007 Last Update: 18 Feb 2007 Downloads: 109
Not Supported Code Changes Additional Files  

/*======================================================================*\
|| ####################################################################
|| # Gradient Fill For PM Status Bar
|| # ----------------------------------------------------------------
|| # You may distribute freely as long as you credit: Red Spider
|| #################################################################### ||
\*======================================================================*/

Simple hack made for a friend of mine.

Quite simply adds a gradient instead of the boring solid colours used on the PM Inbox Status.

Version 2.0:
[F] Changed code to use "$stylevar[imgdir_statusicon]" instead of absoloute URL's (thanks to jgommel)

Version 1.0:
Inital Release


Installation:

1) Upload attached "images" folder to your forums "images" folder.

2)

In pm_messagelist find:

==================================

HTML Code:
<if condition="$show['thisfoldertotal']"><td width="$tdwidth[folder]" style="background-color:red; font-size:10px" title="<phrase 1="$totalmessages">$vbphrase[messages_stored_in_folder_x]</phrase>">&nbsp;</td></if>
								<if condition="$show['allfolderstotal']"><td width="$tdwidth[total]" style="background-color:orange; font-size:10px" title="<phrase 1="$bbuserinfo[pmtotal]">$vbphrase[total_messages_in_all_folders_x]</phrase>">&nbsp;</td></if>
								<if condition="$tdwidth[quota] > 0"><td width="$tdwidth[quota]" style="background-color:green; font-size:10px" title="<phrase 1="$permissions[pmquota]">$vbphrase[maximum_allowed_messages_x]</phrase>">&nbsp;</td></if>
==================================

and replace with:

==================================

HTML Code:
<if condition="$show['thisfoldertotal']"><td width="$tdwidth[folder]" background="$stylevar[imgdir_statusicon]/pm_red.gif" font-size:10px" title="<phrase 1="$totalmessages">$vbphrase[messages_stored_in_folder_x]</phrase>">&nbsp;</td></if>
<if condition="$show['allfolderstotal']"><td width="$tdwidth[total]" background="$stylevar[imgdir_statusicon]/pm_orange.gif" font-size:10px" title="<phrase 1="$bbuserinfo[pmtotal]">$vbphrase[total_messages_in_all_folders_x]</phrase>">&nbsp;</td></if>
<if condition="$tdwidth[quota] > 0"><td width="$tdwidth[quota]" background="$stylevar[imgdir_statusicon]/pm_green.gif" font-size:10px" title="<phrase 1="$permissions[pmquota]">$vbphrase[maximum_allowed_messages_x]</phrase>">&nbsp;</td></if>
==================================

3) Save and Enjoy

If you liked this or used it, Please click install

Download

This modification is archived, downloads are still allowed.

File Type: %1$s Gradient_Fill_For_PM_Inbox_Status_Bar.zip (60.2 KB, 105 downloads)

Screenshots

Click image for larger version
Name:	screenshot.jpg
Views:	664
Size:	21.8 KB
ID:	60717  

Similar Mods

Private Messages Enhancements Simple PM Inbox/Outbox mod vBulletin 3.6 Template Modifications

vblts.ru supports vBulletin®, 2022-2024