The Arcive of vBulletin Modifications Site. |
|
Customize your PM Bars Details »»
|
|||||||||||||||||||||||||||
Customize your PM Bars You can simply customize your private messages bars. ![]() https://vborg.vbsupport.ru/vborg_mis...hreadid=214284 Installation
Find: HTML Code:
<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" height="13" title="<phrase 1="$totalmessages">$vbphrase[messages_stored_in_folder_x]</phrase>"> </td></if> <if condition="$show['allfolderstotal']"><td width="$tdwidth[total]" style="background-color:orange; font-size:10px" height="13" title="<phrase 1="$bbuserinfo[pmtotal]">$vbphrase[total_messages_in_all_folders_x]</phrase>"> </td></if> <if condition="$tdwidth[quota] > 0"><td width="$tdwidth[quota]" style="background-color:green; font-size:10px" height="13" title="<phrase 1="$permissions[pmquota]">$vbphrase[maximum_allowed_messages_x]</phrase>"> </td></if> </tr> </table> HTML Code:
<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>"> </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>"> </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>"> </td></if> </tr> </table> Download Now
Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Very nice, thank you for sharing!
![]() --EDIT-- You've added too much code in your "Replace" instructions, it should just be: Code:
<table cellpadding="0" cellspacing="1" 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>"> </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>"> </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>"> </td></if>
</tr>
</table>
|
|
#3
|
|||
|
|||
|
Thank you, Oblivion Knight (Elder Scrolls player?). Fixed.
|
|
#4
|
||||
|
||||
|
I am an Elder Scrolls player, but had the username long before then..
|
|
#5
|
||||
|
||||
|
Looks very nice! Installed, many thanks.
|
|
#6
|
||||
|
||||
|
Looks very cool thankyou :up:
|
|
#7
|
|||
|
|||
|
I'm glad you like it
![]() |
|
#8
|
||||
|
||||
|
Thanks sofia. Great idea.
|
|
#9
|
||||
|
||||
|
Is there any way to remove the spacing between the images? It looks great but on a dark theme it looks a little goofy with the spacing. Thanks!
|
|
#10
|
|||
|
|||
|
Quote:
![]() In my first code (first line) Replace: HTML Code:
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%">
HTML Code:
<table cellpadding="0" cellspacing="0" border="0" width="100%">
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|