Jump to content

MarkkuS

Member
  • Posts

    1
  • Joined

  • Last visited

About MarkkuS

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

MarkkuS's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. This is a answer to post: https://whmcs.community/topic/258449-how-to-add-comodo-trust-logo-to-whmcs/ You need to add following code to your template´s header.tpl, just before </head>: <script language="javascript" type="text/javascript"> //<![CDATA[ var tl_loc0=(window.location.protocol == "https:")? "https://secure.comodo.net/trustlogo/javascript/trustlogo.js" : "http://www.trustlogo.com/trustlogo/javascript/trustlogo.js"; document.writeln('<scr' + 'ipt language="JavaScript" src="'+tl_loc0+'" type="text\/javascript">' + '<\/scr' + 'ipt>'); //]]> </script> </head> And this code you need to add to your template´s footer just before </body>: <!-- TrustLogo Html Builder Code: Shows the logo at URL https://www.yourdomain.com/comodo_secure_seal_113x59_transp.png Logo type is ("SC4") Floating on the Bottom Right //--> <a href="http://www.instantssl.com" id="comodoTL">SSL</a> <div style="position:fixed;bottom:0;right:0;"> <script type="text/javascript">TrustLogo("https://www.yourdomain.com/comodo_secure_seal_113x59_transp.png", "SC7", "none");</script> </body> With these I have a floating comodo site seal site´s bottom right corner. If you want add site seal eg. bottom left, you just need to change div style from right to left. Hope this helps community :)
  2. I´m MarkkuS and I´m a quite newbie with WHMCS and that´s why I´m in here
  3. Welcome to WHMCS.Community MarkkuS! We're glad you're here please take some time to familiarise yourself with the Community Rules & Guidelines and take a moment to introduce yourself to other WHMCS.Community members in the Introduce Yourself Board.

  4. Welcome to WHMCS.Community MarkkuS! We're glad you're here please take some time to familiarise yourself with the Community Rules & Guidelines and take a moment to introduce yourself to other WHMCS.Community members in the Introduce Yourself Board.

×
×
  • 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