Background Color New PM Notification
This modification is in the archives.
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 Download
This modification is archived, downloads are still allowed. Screenshots |