ok Guess Im dumb? I followe the instructions and nothign happens
I went into my style, and opened my navbar template (navbar breadcrumb section)
and added this
<!--- New Mail Wav -->
<if condition="$vbulletin->userinfo[pmunread]>0">
<script>
function EvalSound(soundobj) {
var thissound=document.getElementById(soundobj);
thissound.Play();
}
</script>
<embed src="/forums/message.wav" autostart=true hidden=true id="sound1"
enablejavascript="true">
</if>
I than copied my message.wav file to my websites root and forum directory and It doesnt do anything for me..
Im using VB 3.5 Gold..
Any help!?
I also sent myself a number of new emails for testing..
|