Jump to content

How to remove live help option from portal ?


adonix

Recommended Posts

http://docs.whmcs.com/Live_Chat_Addon#Integration

 

you undo the integration method mentioned above - basically, you should just need to remove {$livehelpjs} from the header.tpl template

 

no it's not removing, i tried removing "{$livehelpjs}" from below code but not worked..

 

<head>

<meta http-equiv="content-type" content="text/html; charset={$charset}" />

<title>{$companyname} - {$pagetitle}{if $kbarticle.title} - {$kbarticle.title}{/if}</title>

{if $systemurl}<base href="{$systemurl}" />

{/if}<link rel="stylesheet" type="text/css" href="templates/{$template}/style.css" />

<script type="text/javascript" src="includes/jscript/jquery.js"></script>

{$headoutput}

{if $livehelpjs}{$livehelpjs}

{/if}</head>

<body>

{$headeroutput}

<div id="top_container">

<div id="top">

Link to comment
Share on other sites

it might have removed it, but you may have also needed to clear your template cache to see the updated version.

 

utilities -> system -> system cleanup -> empty template cache

 

ok i did it after removing "{$livehelpjs}" from header.tpl , but it's not removing still :3

Link to comment
Share on other sites

take a look inside footer.tpl to make sure it's not in there.

 

in footer i found below matching code,..

 

class="absmiddle" /></a> <a href="cart.php" title="{$LANG.ordertitle}">{$LANG.ordertitle}</a></li>

</ul>

{if $livehelp}

<p class="header">{$LANG.chatlivehelp}</p>

{$livehelp}

{/if}

{if $loggedin}

<p class="header">{$LANG.accountinfo}</p>

<p><strong>{$clientsdetails.firstname} {$clientsdetails.lastname} {if $clientsdetails.companyname}({$clientsdetails.companyname}){/if}</strong><br />

{$clientsdetails.address1}, {$clientsdetails.address2}<br />

{$clientsdetails.city}, {$clientsdetails.state}, {$clientsdetails.postcode}<br />

{$clientsdetails.countryname}<br />

{$clientsdetails.email}<br /><br />

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