Simple Unread PM Notification
This modification is in the archives.
Simple Unread PM Notification Tested with vBulletin 3.0.x, 3.5.x, 3.6.x Very easy modification. Although it isn't as fancy as some, this template modification is meant for those that just want a simple and attractive notification that is... well... noticeable. It should be able to easily integrate into your design as well as easy to install. I have a User CP Modification coming in the next month or so, which is of course more complex than this modification. Release (final 1.0.0): + Displays only if the Member has a Unread PM + Tell the Member how many pms are unread. + Provides link to private.php for fast access. + Is displayed (if active) on virtually every forum page. Instructions/Installation: Very Easy In the Style Manager, open the template "navbar" and find the following code: Code:
<!-- / nav buttons bar --> <br /> Add this code directly below: Code:
<if condition="$bbuserinfo[pmunread]"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" align="center"> <tr> <td class="thead"><a href="private.php"><div style="text-decoration:none;">You currently have $bbuserinfo[pmunread] Unread Private Message(s)! Click Here!</div></a></td> </tr> </table> <br /> </if> And then Save, as you're done! Enjoy the the simple notifier! Download No files for download. Supporters / CoAuthors
Screenshots |
Similar Mods
Mini Mods Simple Notification | vBulletin 3.7 Template Modifications |