+ Reply to Thread
Results 1 to 1 of 1

Thread: Customize your PM Bars

  1. #1
    Intermediate vBulletin User Sofia is on a distinguished road Sofia's Avatar
    Join Date
    Aug 2006
    Location
    France
    Posts
    35

    Default Customize your PM Bars

    You can simply customize your private messages bars.








    Installation
    • Download the zip and upload bars images into "images/pmbars"
    • Edit Template
    In the template "pm_messagelist"


    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" 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>
                                </tr>
    </table>
    Replace by:


    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>">&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>
    Attached Images
    Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Customize Registration?
    By MikeR in forum Setting up and Customizing your Forum
    Replies: 1
    Last Post: 03-25-2008, 01:23 PM
  2. Customize infraction options.
    By jepke in forum Setting up and Customizing your Forum
    Replies: 2
    Last Post: 12-15-2007, 11:11 AM
  3. How do you customize the nav bar at the top of vb?
    By Half Pint in forum Setting up and Customizing your Forum
    Replies: 5
    Last Post: 04-20-2007, 12:35 AM
  4. Adding title bars
    By ski diva in forum General Internet Discussions
    Replies: 4
    Last Post: 07-18-2006, 02:51 AM
  5. Looking to hire someone to customize forum
    By Hodgedup in forum Help Wanted
    Replies: 4
    Last Post: 07-15-2005, 02:31 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts