Mibew Messenger Community

General => Support => Topic started by: adamsjames on October 24, 2013, 01:32:12 PM

Title: Auto refresh chat button on front end when operators are enable or disable
Post by: adamsjames on October 24, 2013, 01:32:12 PM
Hello,

I want to make the chat button on front end refresh automatically when one operator becomes online then the chat button should automatically show online instead of offline. Currently we need to do page refresh to see if any operator has become online or not.

Thanks
Title: Re: Auto refresh chat button on front end when operators are enable or disable
Post by: faf on October 24, 2013, 03:55:09 PM
At least for Mibew 1.6.x it's not the matter of Messenger itself.

I'd recommend you to look for some javascript solution to periodically refresh the image. Maybe something like this (http://stackoverflow.com/questions/3898813/refreshing-images-on-a-page-periodically/3898859).