povesteata Posted January 12, 2016 Share Posted January 12, 2016 Hello, I am new on this script. I just install iestarday and i want to remove the domainchecker from home page. Any ideea how i can make it ? 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted January 12, 2016 Share Posted January 12, 2016 edit the templates/six/header.tpl template and remove the following code... <section id="home-banner"> <div class="container text-center"> {if $registerdomainenabled || $transferdomainenabled} <h2>{$LANG.homebegin}</h2> <form method="post" action="domainchecker.php"> <div class="row"> <div class="col-md-8 col-md-offset-2 col-sm-10 col-sm-offset-1"> <div class="input-group input-group-lg"> <input type="text" class="form-control" name="domain" placeholder="{$LANG.exampledomain}" /> <span class="input-group-btn"> {if $registerdomainenabled} <input type="submit" class="btn btn-warning" value="{$LANG.search}" /> {/if} {if $transferdomainenabled} <input type="submit" name="transfer" class="btn btn-info" value="{$LANG.domainstransfer}" /> {/if} </span> </div> </div> </div> {include file="$template/includes/captcha.tpl"} </form> {else} <h2>{$LANG.doToday}</h2> {/if} </div> </section> 0 Quote Link to comment Share on other sites More sharing options...
povesteata Posted January 12, 2016 Author Share Posted January 12, 2016 Hello Brian, That's work perfect. Many thank's for help. 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.