Simple Notification
This modification is in the archives.
Simple Unread PM/etc Notification Tested with vBulletin 3.0.x, 3.5.x, 3.6.x, 3.7.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): Marked as New + Displays only if the Member has a Unread PM + Tell the Member how many pms are unread. + Adds "s" if more than one PM is unread. + Provides link to private.php for fast access. + Is displayed (if active) on virtually every forum page. Upcoming Features: Marked as New + Display New Friend Requests + Display New Visitor Messages Instructions/Installation: Very Easy In the Style Manager, open the template "navbar" and find the following code: Code:
<!-- / nav buttons bar --> <br /> Code:
<!-- PM Notification --> <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<if condition="$bbuserinfo[pmunread] >= 2">s</if>! Click Here!</div></a></td> </tr> </table> <br /> </if> <!-- / PM Notification --> And then Save, as you're done! Enjoy the the simple notifier! "Otikeu" is on an abandoned license and I have taken over this modification. Please click "Install" to be notified when the next versions are available. Download No files for download. Screenshots |
Similar Mods
Mini Mods Simple Unread PM Notification | vBulletin 3.6 Template Modifications |