Jump to content

Viggit

Member
  • Posts

    9
  • Joined

  • Last visited

Everything posted by Viggit

  1. What exactly do you want removed from it? As I can simply provide the code for it creating less on your end if you would like.
  2. Take the Header and Footer code from the theme and apply them into your WHMCS. It can be difficult but it is worth it at the end .
  3. This can be done by going into your templates >> orderforms >> The Name of Order Form .tpl And selecting which ever order form your using and then edit the code out for those specific stages.
  4. Check your language file and remove the text from it which should help you out and stop it from displaying. Lang folder - - - Updated - - - Or share the code you removed from the file so we can get a better understanding of what you removed and go at it from there.
  5. Go to your Domainchecker.tpl file within your templates folder. Once within this file go to lines 28 to 37 which should be the following code. {if $capatacha} <div class="captchainput"> <p>{$LANG.captchaverify}</p> {if $capatacha eq "recaptcha"} <p>{$recapatchahtml}</p> {else} <p><img src="includes/verifyimage.php" align="middle" /> <input type="text" name="code" class="input-small" maxlength="5" /></p> {/if} </div> {/if} Remove that bit of code and save the template file. Now go into your WHMCS Admin Panel Go to the Setup Tab then General Settings Click on the Security Tab there select weather you want Captcha Form Protection... Always On (code shown to ensure human submission) Off when logged in Always Off Save and your good to go. - - - Updated - - - Another note... If you do not use "Always OFF" for captcha then in the domainchecker.tpl you will also have to remove lines 3 to 7 {if $inccode} <div class="alert alert-error textcenter"> {$LANG.captchaverifyincorrect} </div> {/if} - - - Updated - - - Scratch that last note sorry, tired haha.
  6. I have it installed, working all that but it does not show up in my add-ons on my whmcs admin panel. Whats up with that? Any information is appreciated thanks
  7. WHMCS + myBB registration bridge would be awesome, as I cannot find any laying around anymore. I'm half temped to just use IPB again but that's bustin some pockets wide open.
  8. Hello! I've had a great time using WHMCS so far and I've just finished fully adding my new custom Header and Footer to my website. Now I'm having an issue even with using the {literal} {/literal} tags for the <script></script> My issue is that my code below... {literal}<script type="text/javascript"> var LHCChatOptions = {}; LHCChatOptions.opt = {widget_height:340,widget_width:300,popup_height:520,popup_width:500}; (function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; var refferer = (document.referrer) ? encodeURIComponent(document.referrer) : ''; var location = (document.location) ? encodeURIComponent(document.location) : ''; po.src = 'http://www.viggit.com/lhc_web/index.php/chat/getstatus/(click)/internal/(position)/bottom_right/(check_operator_messages)/true/(top)/350/(units)/pixels/(leaveamessage)/true?r='+refferer+'&l='+location; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })(); </script>{/literal} Obviously shows up nicely on the page. Now my issue is when the page switchs to use the SSL "https://" it then breaks my SSL and does not show my Live Chat widget, "the code above". I'm at a loss and I really don't want to give up on it and just not include it on my billing section but I really just keep scratching my head at this. Any help is much appreciate thanks guys/gals! -Viggit
×
×
  • 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