Jump to content

Adding HTML Live Chat button to


Terrum

Recommended Posts

Please go to: templates/default in your WHMCS directory.

 

Open file: header.tpl

 

Find this:

 

<div class="whmcscontainer">

<div id="whmcstxtlogo"><a href="index.php">{$companyname}</a></div>

<div id="whmcsimglogo"><img src="templates/{$template}/img/whmcs_logo.png" alt="{$companyname}" /></div>

</div>

 

 

Replace with:

 

<div class="whmcscontainer" style="position:relative;">

<div id="whmcstxtlogo"><a href="index.php">{$companyname}</a></div>

<div id="whmcsimglogo"><img src="templates/{$template}/img/whmcs_logo.png" alt="{$companyname}" /></div>

 

<div style="position:absolute;top:5px;right:5px;width:200px;height:90px;float:right;border:1px solid gray;">

<!-- Your HTML/JS live chat code here -->

Live Chat!

<!-- End of live chat code -->

</div>

</div>

 

 

Save the file and upload it to the same directory.

 

NOTE: You can edit the width/height/border of the chat box as you want.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated