The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Notification sound

2 posters

Go down

Notification sound Empty Notification sound

Post by texan May 4th 2018, 6:26 am

Can I have some sort of sound play whenever you have a notification/message?
Thanks


Last edited by texan on May 4th 2018, 5:51 pm; edited 2 times in total
texan
texan
Forumember

Male Posts : 103
Reputation : 1
Language : English

http://texanoffroads.forumotion.com/

Back to top Go down

Notification sound Empty Re: Notification sound

Post by skouliki May 4th 2018, 8:53 am

hello

am not sure that this works but give it a try 

 create a new javascript ... in all pages 

Code:
$(window).load(function () {
    my_setcookie('notifications', document.getElementById('fa_right').innerHTML, false);
    setInterval(function () {
        if (document.getElementById('fa_right').innerHTML != my_getcookie('notifications')) {
            $('body').append('<embed src="http://www.freesfx.co.uk/rx2/mp3s/2/1305_1256857800.mp3" width="0"
height="0" autoplay="true" style="display: none;" class="notification_sound"></embed>');
            setTimeout(function () {
                $('.notification_sound').remove();
            }, 3000);
            my_setcookie('notifications', document.getElementById('fa_right').innerHTML, false);
        }
    }, 5000);
});


replace this : http://www.freesfx.co.uk/rx2/mp3s/2/1305_1256857800.mp3
skouliki
skouliki
Manager
Manager

Female Posts : 15135
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Notification sound Empty Re: Notification sound

Post by texan May 4th 2018, 5:51 pm

Okay, now the sound i picked plays about every 3 seconds. and i KNOW i don't have that many notifications! Smile
texan
texan
Forumember

Male Posts : 103
Reputation : 1
Language : English

http://texanoffroads.forumotion.com/

Back to top Go down

Notification sound Empty Re: Notification sound

Post by skouliki May 4th 2018, 7:43 pm

this is an old code i do not have skills to modify it maybe someone else can help you
skouliki
skouliki
Manager
Manager

Female Posts : 15135
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum