monsterit Posted June 29, 2018 Share Posted June 29, 2018 Looking at changing this tile. Removing the "Counter" and changing the link to our external service desk. I've managed to change alot with the thanks to Brain's threads and the documentation but still needing to finish tweaking. Any help would be fantastic. Thank you. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted June 29, 2018 Share Posted June 29, 2018 if you're wanting to change links, then you'll need to edit clientareahome.tpl and change... <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> 1 Quote Link to comment Share on other sites More sharing options...
monsterit Posted June 29, 2018 Author Share Posted June 29, 2018 2 minutes ago, brian! said: if you're wanting to change links, then you'll need to edit clientareahome.tpl and change... <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> Spot on once again Brian! 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.