Author Topic: Notification Alert  (Read 19073 times)

0 Members and 1 Guest are viewing this topic.

blazed-designs

  • Jr. Member
  • **
  • Posts: 2
Notification Alert
« on: March 28, 2009, 04:34:06 PM »
This is nothing Fancy I just had issues knowing someone joined the Support chat because I often listen to music as I am a Web Designer and Developer and I use this chat for consulting possible clients. All I did was insert a Javascript Alert box that says "New Visitor" so that my browser will jump to that tab or if i am on another program highlight in the taskbar.

all you need to do is add

alert('New Visitor!');

to the file: users.js
To find it easier search for "{$s(ht+'/sounds/new_user.wav');" without the " marks.

place it after the ; in the term above.



Please know I am using Version: 1.6.0 alpha 1

Here is the File if you want it. Just change the extension to .js


CT32

  • Jr. Member
  • **
  • Posts: 3
Re: Notification Alert
« Reply #1 on: March 30, 2009, 03:32:12 PM »
Well, i had the same problem.
Thanks :)

1000inone

  • Jr. Member
  • **
  • Posts: 2
Re: Notification Alert
« Reply #2 on: September 10, 2009, 12:45:26 PM »
Hi
thats nice but can you tell file in which directory?
you said file name user but there filename "users" and its more then one file?
please explain
thanks for great work

Inspirer

  • Mibew Project founder
  • Native
  • *****
  • Posts: 262
    • Mibew Messenger
Re: Notification Alert
« Reply #3 on: September 10, 2009, 02:02:58 PM »
The patch is already in the distribution (at least in 1.6.2).

To turn it on go to "Settings" -> "Optional Services" and check:
>> Enable "Popup dialog notification of the new visitor".

icute

  • Jr. Member
  • **
  • Posts: 4
Re: Notification Alert
« Reply #4 on: February 22, 2011, 04:56:23 AM »
I have already enable the new visitor alert but no popup alert when new visitor visit my site.