vbulletin,短消息声音提示
Tuesday, May 9th, 2006编辑navbar模板,在最后面增加
- <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>
