Jump to content

How to add Comodo Trust Logo to WHMCS


Recommended Posts

Hi Guys,

 

I seem to have a problem locating the correct file(s) in order to have our new comodo Trust Logo added to our website ?

 

We have decided to use a different company "Comodo" but it seems that we cant find a correct way to have the Logo float left as indicated.

 

Currently we have managed to have the logo displayed with the verification working 100% but unfortunately we cant find a way to have it float left of the screen, the logo is currently displaying left bottom of our website in the footer ?

 

Comodo code has been placed in the following file which iam sure has to be the wrong files ???

 

{$WEB_ROOT}/templates/{$template}/header.tpl - Added the code just before Closing [/head]

 

<html lang="en">
<head>
<meta charset="{$charset}" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/x-icon" href="{$WEB_ROOT}/templates/{$template}/html/img/favicon.png" />
<title>{if $kbarticle.title}{$kbarticle.title} - {/if}{$pagetitle} - {$companyname}</title>
{include file="$template/includes/head.tpl"}
{$headoutput}
[b]<script type="text/javascript"> //<![CDATA[ 
var tlJsHost = ((window.location.protocol == "https:") ? "https://secure.comodo.com/" : "http://www.trustlogo.com/");
document.write(unescape("%3Cscript src='" + tlJsHost + "trustlogo/javascript/trustlogo.js' type='text/javascript'%3E%3C/script%3E"));
//]]>
</script>[/b]
</head>
<body>
{$headeroutput} 
<!--Begin Header-->
<section id="topbar">
 <div class="container">

 

 

{$WEB_ROOT}/templates/{$template}/footer.tpl - Added the code just before the closing [/body]

else {
$('#tldselection').attr('disabled', 'disabled'); //Disable
}
}
</script> 
{/literal}
{/if}
{$footeroutput}
[b]<script language="JavaScript" type="text/javascript">
TrustLogo("http://ourwebsite.co.za/images/comodo_secure_seal_113x59_transp.png", "CL1", "none");
</script>
<a  href="https://www.positivessl.com/" id="comodoTL">Positive SSL</a>[/b]
</body></html>

 

I have attached a snippet screenshot of the logos current position in the footer.

whmcs_comodo.PNG

 

Any help with solving this issue is greatly appreciated !

 

Regards,

Donovan

Link to comment
Share on other sites

  • 2 weeks later...

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