Hi!
It would be nice if we could have a login sound alarm when members enter the forum......also an option in member profile to turn sound on/off.........some code like:
the HEAD code is<script language="JavaScript1.1">
<!--
function stopErrors()
{
return true;
}
window.onerror = stopErrors;
// -->
</script>
and the BODY code is<script>
<!--
{IF|$member_sound==1}<script>document.write('<EMBED SRC="
http://www.yourdomain.net/sound.wav"; AUTOSTART="true" HIDDEN="true" VOLUME="80%">')</script>
// -->
</script>
and the profile code isSound on/off:
<input type=checkbox name="sound" value="1" {IIF|$member_sound|checked}>