The Arcive of vBulletin Modifications Site. |
|
Simple Additional PM Notification Details »»
|
|||||||||||||||||||||||||||||
Hi guys,
This mod/hack gives you a very simple yet much more noticeable Private Message notification. When the user has any PM's a red box will be added to the header of your website notifying the user of a new PM. It has animated text which is shown in the .gif screenshot attached below. =|= Install =|= Open Template - header Add at Top - Code:
<!-- Private Message Alert -->
<style type="text/css">
.alert {
background-color:#F00;
width:100%;
height:30px;
color:#fff;
font-size:14px;
display:block;
}
.alert p {
padding:5px;
}
.alert a {
color:#ccc;
text-decoration:none;
}
</style>
<vb:if condition="$bbuserinfo[pmunread]">
<div class="alert">
<p><span style="text-decoration:blink; font-weight:bold;">ATTENTION! {vb:raw bbuserinfo.username}</span> You've got {vb:raw bbuserinfo.pmunread} unread private message(s), click <a href="private.php">here</a> to view.</p></div>
</vb:if>
<!-- Private Message Alert End -->
Demo: https://vborg.vbsupport.ru/attachmen...5&d=1304172078 Simple, yet very effective, i just felt my forum needed something that stood out a bit more but didn't want anything massive. Enjoy! And please remember to mark as installed for future updates and support! Boydy For alert's on all notifications go here - https://vborg.vbsupport.ru/showthread.php?t=262940 Screenshots
Show Your Support
|
|||||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Looks good, will try out now.
|
|
#3
|
|||
|
|||
|
This looks sweet!!!! will give it a whirl now...cheers
|
|
#4
|
||||
|
||||
|
Works great! Thanks Installed!
|
|
#5
|
|||
|
|||
|
Tested...that's spot on that is Boydy,looks class too...installed and rates 5 for its effectiveness
|
|
#6
|
||||
|
||||
|
No problem mate, glad you like it
|
|
#7
|
|||
|
|||
|
Thanks boydy, installed and 5 stars
|
|
#8
|
|||
|
|||
|
Great, thank you
When you read new message notification is still on, this would be perfect if notification would dissapear when you open new message Anyways great mod, installed, nominated, rated |
|
#9
|
|||
|
|||
|
Nice work. Installed and tested. Working great
|
|
#10
|
|||
|
|||
|
If this was for all notifications, I would use it, but it's only for pm's.
|
![]() |
|
|