ah80 Posted March 10, 2011 Share Posted March 10, 2011 Hi Everyone, I'm looking for a way to add the ticket count to the admin home template for custom ticket statuses. I have searched the forums and can't find anything... For example: <div class="errorbox" style="font-size:14px;">Support Tickets: <a href="supporttickets.php?view=active">{$sidebarstats.tickets.active} Active</a> || <a href="supporttickets.php">{$sidebarstats.tickets.awaitingreply} Awaiting Reply</a> || <a href="supporttickets.php?view=In%20Progress">{$sidebarstats.tickets.inprogress} In Progress</a> || <a href="supporttickets.php?view=On%20Hold">{$sidebarstats.tickets.onhold} On Hold</a> || <a href="cancelrequests.php">{$stats.cancellations.pending} Pending Cancellation(s)</a> || <!-- <a href="todolist.php">{$stats.todoitems.due} To-Do Item(s) Due</a> || --> <a href="networkissues.php">{$stats.networkissues.open} Open Network Issue(s)</a></div> Any help would be greatly appreciated 0 Quote Link to comment Share on other sites More sharing options...
ah80 Posted March 13, 2011 Author Share Posted March 13, 2011 Anyone have any ideas? 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.