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&view=popup&popup=1&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&view=popup&popup=1&tmpl=component');">Your link text</a>
|