Storm3y Posted November 25, 2011 Share Posted November 25, 2011 Hi, I'd like to hide the Choose a Domain... section on the Client homepage is that is possible. Please could you advise me on how to do that? 0 Quote Link to comment Share on other sites More sharing options...
Storm3y Posted November 25, 2011 Author Share Posted November 25, 2011 Also is it possible to add the portal page to the index. Like what was on WHMCS 4 with links to different part of the sites. 0 Quote Link to comment Share on other sites More sharing options...
deathrequest Posted November 26, 2011 Share Posted November 26, 2011 You should comment or delete the following code in templates/default/homepage.tpl to disable/remove the Domain Search box shown on the homepage: <div class="well"> <div class="styled_title"> <h1>{$LANG.domaincheckerchoosedomain}</h1> </div> <p>{$LANG.domaincheckerenterdomain}</p> <br /> <div class="textcenter"> <form method="post" action="domainchecker.php"> <input class="bigfield" name="domain" type="text" value="{$LANG.domaincheckerdomainexample}" onfocus="if(this.value=='{$LANG.domaincheckerdomainexample}')this.value=''" onblur="if(this.value=='')this.value='{$LANG.domaincheckerdomainexample}'" /><br /><br /> <input type="submit" value="{$LANG.checkavailability}" class="btn primary large" /> <input type="submit" name="transfer" value="{$LANG.domainstransfer}" class="btn success large" /> <input type="submit" name="hosting" value="{$LANG.domaincheckerhostingonly}" class="btn large" /> </form> </div> </div> 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.