Quote:
Originally Posted by madotds
Hi Thank you for this chat box  a very nice bit of kit indeed but if i could be as bold to ask for a request
Would it be possible to have some sort of audible notification when there is a new shout in the chat box? This would mean members could open the chat box in one window and carry on surfing the forum in another safe in the knowledge that they haven't missed a reply to there shout.
Preferably the user would be able to turn this on or off via the chat box and that it would be off by default
Dont know if this is possible but i thought i would ask
Keep up the good work
|
For the moment it's not possible.
I am trying to do major changes of the chatbox code for the next version so I can't tell you wether or not it'll be in the next version.
Quote:
Originally Posted by baghdad4ever
hi vbdev
i try to write in english
it work fine
but in arabic it doesnt work
so what is the problem
it is work before the transfere
|
On your new host, all other ajax functionnalities are working smoothly ?
Quote:
Originally Posted by Audentio
If I only want it to show in forumid 49, what do I have to do, I feel like Ive tried everything.
|
To do that "AS IS" it's not possible.
You would have to edit the plugin attached to forumhome_complete, and put all the code in the plug into a :
Code:
if ($foruminfo[forumid] == "49") { /* code of the plugin */ }