PDA

View Full Version : Private Messages Enhancements - Customize your PM Bars


Sofia
05-30-2009, 10:00 PM
Customize your PM Bars 3.7.x



You can simply customize your private messages bars.

http://www.picdo.net/Fichiers/403f546a4e849ae8888b63f63889f6/Sans-titre.png





Installation
Download the zip and upload bars images into "images/pmbars"
Edit TemplateIn the template "pm_messagelist"


Find:


<table style="border:2px groove" cellpadding="0" cellspacing="1" border="0" width="100%">
<tr>
<if condition="$show['thisfoldertotal']"><td width="$tdwidth[folder]" style="background-color:red; font-size:10px" heigth="13" 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" heigth="13" 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" heigth="13" title="<phrase 1="$permissions[pmquota]">$vbphrase[maximum_allowed_messages_x]</phrase>">&nbsp;</td></if>
</tr>
</table>Replace by:


<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%">
<tr>
<if condition="$show['thisfoldertotal']"><td width="$tdwidth[folder]" style="background-image: url(images/pmbars/bar_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]" style="background-image: url(images/pmbars/bar_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]" style="background-image: url(images/pmbars/bar_green.gif); font-size:10px" title="<phrase 1="$permissions[pmquota]">$vbphrase[maximum_allowed_messages_x]</phrase>">&nbsp;</td></if>
</tr>
</table>

M-Tuning
06-01-2009, 08:40 AM
Where is the zip?

Sofia
06-01-2009, 06:01 PM
Where is the zip?

Sorry. Fixed :p

mikey1991
06-03-2009, 08:38 AM
can I use these in a skin? (free skin)

Sofia
06-03-2009, 09:32 AM
can I use these in a skin? (free skin)

Yes, of course, Mikey :)

M-Tuning
06-03-2009, 05:18 PM
Sorry. Fixed :p

Thanks!

Wheezy
06-09-2009, 05:01 AM
/me installs

Thanks for sharing this!

JasonReynolds
12-04-2009, 09:24 PM
Hmm it did not show on mine

kNeeLy
12-04-2009, 11:51 PM
i just found this and am gonna install it as soon as i get to my regular pc...

DeanLag
12-05-2009, 01:02 AM
Hmm it did not show on mine
Might want to refresh your cache by pressing CTRL+F5

Kimberley
12-31-2009, 06:21 AM
installed! works great, thanks