rnmrhein Posted March 1, 2017 Share Posted March 1, 2017 hi how can i remove the knowledge base search in clientarea.php ? give it a hook or i do direct in source code ? - - - Updated - - - i have found ... sorry 0 Quote Link to comment Share on other sites More sharing options...
AffordableDomainsCanada Posted March 3, 2017 Share Posted March 3, 2017 For anyone looking to add the knowledge base search <form role="form" method="post" action="clientarea.php?action=kbsearch"> <div class="row"> <div class="col-md-12 home-kb-search"> <input type="text" name="search" class="form-control input-lg" placeholder="{$LANG.clientHomeSearchKb}" /> <i class="fa fa-search"></i> </div> </div> </form> 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.