The Arcive of vBulletin Modifications Site. |
|
Background Color New PM Notification Details »»
|
|||||||||||||||||||||||||
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"> 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;}
Don't forget to click INSTALL Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
You may want to attach a screenshot for the unimaginative, just for future reference.
|
|
#3
|
|||
|
|||
|
Ok thanks. Will do.
|
|
#4
|
||||
|
||||
|
Thanks, pretty nice!
|
|
#5
|
||||
|
||||
|
thanks Mr acidburn0520
|
|
#6
|
|||
|
|||
|
Awsome, is there a way i can make it flash back to white then back to blue and so on?
|
|
#7
|
|||
|
|||
|
Screenshot added.
@Ben Wilkins - The only way to do that would be with a javascript. I am not sure if vbarrays will allow javascript to be ran. |
|
#8
|
|||
|
|||
|
cool... awsome mod. added to my forum...
|
|
#9
|
||||
|
||||
|
cool buddy really Great
|
|
#10
|
||||
|
||||
|
Well, not bad for your first, and I'll try to be nice. However didn't you get this from ericgtr's hack? Which I guess is cool too, that's how I'm learning, from other peoples work, but you should give credit to where you got the idea.
|
![]() |
|
|