marioalfaro Posted November 6, 2015 Share Posted November 6, 2015 Hi all, As we are not using the support component of WHMCS I have recently successfully removed the Support item in the Navbar menu and also removed the "Recent Support Tickets" section in the lower half of the home page (near the bottom of the page next to "Your Active Products/Services" etc.). I now am stuck and am having trouble removing the "Tickets" square which was the callout icon and has a count of active tickets. It's div class is "col-sm-3 col-xs-6 tile". Can someone help me remove or hide it please? Thanks. Mars. 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted November 6, 2015 Share Posted November 6, 2015 remove it from inside /templates/six/clientareahome.tpl file, between lines 39 - 46 <div class="col-sm-3 col-xs-6 tile" onclick="window.location='supporttickets.php'"> <a href="supporttickets.php"> <div class="icon"><i class="fa fa-comments"></i></div> <div class="stat">{$clientsstats.numactivetickets}</div> <div class="title">{$LANG.navtickets}</div> <div class="highlight bg-color-red"></div> </a> </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.