News:

Loving SimpleDesk? Help us spread the word!

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - TwistedCat

#1
SimpleDesk Discussion / Re: the current open tickets
September 24, 2014, 01:42:17 AM
I found it

', $context['active_tickets'] ,'
Will out put the current number of tickets that need a reply

for example usage
<span>', $context['active_tickets'] ,'</span>

I got it from this - https://github.com/SimpleDesk/SimpleDesk/blob/41dbf9e44bbee3c19d7aebf999fae0142e1d8c0b/sd_source/Subs-SimpleDesk.php#L293-L358
#2
SimpleDesk Discussion / Re: the current open tickets
September 23, 2014, 05:38:45 PM
Thanks for your reply but then my next question is how to i call that number of tickets that need a response.
#3
SimpleDesk Discussion / the current open tickets
September 23, 2014, 04:42:20 AM
Hello

I have been looking for the shd_get_active_tickets() or $context['Cuuent_open_tickets'] so it would out put the number of current open tickets. If anyone would know what this might be I would be very greatful

Thanks