Back to vBulletin 3.5 Template Modifications

Notice new message-very effective and interesting
Mod Version: 1.00, by Living in music

This modification is in the archives.
vB Version: 3.5.1 Rating: (2 votes - 4.50 average) Installs: 32
Released: 13 Nov 2005 Last Update: Never Downloads: 7
Not Supported  

Really simple, just copy this code and add at begining of template navbar:

Code:
<if condition="$bbuserinfo['pmunread']">
<!-- Script New PM -->
<OBJECT classid=CLSID:D45FD31B-5C6E-11D1-9EC1-00C04FD7081F id=ricci width="32" height="32"></OBJECT>
<SCRIPT>
var MerlinID;
var MerlinACS;
ricci.Connected = true;
MerlinLoaded = LoadLocalAgent(MerlinID, MerlinACS);
Merlin = ricci.Characters.Character(MerlinID);
Merlin.Show();
Merlin.Play("congratulate");
Merlin.Speak("You have new message!");
Merlin.Play("domagic1");
Merlin.Hide();
function LoadLocalAgent(CharID, CharACS) {
LoadReq = ricci.Characters.Load(CharID, CharACS);
return(true);
}
</SCRIPT>
<!-- / Script New PM --></if>
You also can be flexible to edit whatever you want. For me,I think it's very effective for members know that they're having new message.

Download

No files for download.

Similar Mods

Flashing notice to user when too many old PMs in message box vBulletin 2.x Full Releases

vblts.ru supports vBulletin®, 2022-2024