|
Adding the chat button, admin button and monitor tag
Chat button tag: <script src="CuteSoft_Client/CuteChat/Support-Image-Button.js.aspx"></script>
Visitor monitor tag: <script src="CuteSoft_Client/CuteChat/Support-Visitor-monitor.js.aspx"></script>
Admin button tag: <a href="CuteSoft_Client/CuteChat/admin">Chat Admin</a>
Find the logo cell(about line 283), Copy/paste the code below:
"<td><script src='CuteSoft_Client/CuteChat/Support-Image-Button.js.aspx'></script>" & vbNewLine & _
"<script src='CuteSoft_Client/CuteChat/Support-Visitor-monitor.js.aspx'></script></td>" & vbNewLine & _
Find the "admin options" link (about line 378), copy/paste the code below:
<a href='CuteSoft_Client/CuteChat/admin'>Chat Admin</a>
|