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.

Playing A Sound File When You Receive A Notification?

4 posters

Go down

In progress Playing A Sound File When You Receive A Notification?

Post by Rukiafan July 18th 2013, 9:52 pm

Can this feature be added to the toolbar? My forum version is PunBB.
Rukiafan
Rukiafan
Forumember

Posts : 329
Reputation : 9
Language : English

Back to top Go down

In progress Re: Playing A Sound File When You Receive A Notification?

Post by SLGray July 18th 2013, 10:51 pm

I have not seen anyone add this feature to the toolbar yet.


Playing A Sound File When You Receive A Notification? Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51489
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Playing A Sound File When You Receive A Notification?

Post by kirk July 19th 2013, 9:11 am

yeah i don't know anyway to do that. i have added sound to navigation bars before, but as far as when receiving a notification not sure?
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

In progress Re: Playing A Sound File When You Receive A Notification?

Post by levy July 19th 2013, 1:30 pm

Hello, Hello

You maked other request for that and in AvacWEB forum and for me work Dom's code :

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);
});

Just replace : http://www.freesfx.co.uk/rx2/mp3s/2/1305_1256857800.mp3
levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

Back to top

- Similar topics

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