Welcome, Guest
Please Login or Register.  Lost Password?

How to differentiate the online/offline image
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: How to differentiate the online/offline image
#621
How to differentiate the online/offline image 2 Years, 1 Month ago Karma: 1
You can create a custom online/offline image per operator simply by using this html:

Code:


<a href="javascript: void(0);" onclick="requestLiveChat('/index.php?option=com_livechat&amp;view=popup&amp;popup=1&amp;tmpl=component');"><img src="/images/your-custom-image.jpg"></a>




replace your-custom-image.jpg with the custom image for the operator.

or use this for a text link:


Code:


<a href="javascript: void(0);" onclick="requestLiveChat('/index.php?option=com_livechat&amp;view=popup&amp;popup=1&amp;tmpl=component');">Your link text</a>


admin
Administrator
Posts: 650
graph
User Offline Click here to see the profile of this user
Location: California
The CMS Fruit Team
The administrator has disabled public write access.
 
#622
Re:How to differentiate the online/offline image 2 Years, 1 Month ago Karma: 1
If you want to have a online/offline dyanmic image then you will need to copy and paste the PHP & HTML code in /modules/mod_jlivechat/tmpl/default.php

You can also customize the PHP & HTML to your specific needs.
admin
Administrator
Posts: 650
graph
User Offline Click here to see the profile of this user
Location: California
The CMS Fruit Team
The administrator has disabled public write access.
 
Go to topPage: 1