At the moment with HESK, you can only create general ‘canned’ responses.
I have 6 different ‘Categories’ and I need different ‘canned’ responses for each category, but that can’t be done
I have to put all my ‘canned’ responses under the one ‘canned’ folder which makes for a very large and confusing lisyt of ‘canned’ responses.
In the next version of HESK, can you develop the a function where I can create ‘canned’ responses based on selecting a specific ‘Category’
--Glen
Canned Responses per Category
Moderator: mkoch227
Re: Canned Responses per Category
I won't give any promises, but this is on my "to do" list.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Re: Canned Responses per Category
Thanks for the consideration to add that feature
--Glen
--Glen
Re: Canned Responses per Category
I think simply making the canned messages sort ALPHABETICALLY after being created would be the easiest change for a significant search feature benefit.
I was moving each message manually with the "up" N "down" buttons, but after 50+ messages stockpiled now, I stopped moving them and now just search for it. Still great feature though!
Larry
PS- 2.3 working great!
I was moving each message manually with the "up" N "down" buttons, but after 50+ messages stockpiled now, I stopped moving them and now just search for it. Still great feature though!

PS- 2.3 working great!
Re: Canned Responses per Category
For me just an 'alphabetical' list of canned responses would still be cumbersome
Let says I have 6 categories ( or in my case products) that the Help Desk supports.
Now I want to create canned response called say ...'Lost Email'
And it needs to be a DIFFERENT 'Lost Email' canned response for each of my 6 products, and I want to name the canned response 'Lost Email' for each category (product)
Of course i could do this...
Product1 lost email
Product2 lost email
Product3 lost email
and have them all in the one canned response list, but that gets really hard to manage, not to mention how long that that 'canned response' list would end up being.
So canned responses setup per category is the only way to go
--Glen
Let says I have 6 categories ( or in my case products) that the Help Desk supports.
Now I want to create canned response called say ...'Lost Email'
And it needs to be a DIFFERENT 'Lost Email' canned response for each of my 6 products, and I want to name the canned response 'Lost Email' for each category (product)
Of course i could do this...
Product1 lost email
Product2 lost email
Product3 lost email
and have them all in the one canned response list, but that gets really hard to manage, not to mention how long that that 'canned response' list would end up being.
So canned responses setup per category is the only way to go
--Glen
Re: Canned Responses per Category
Categories are indeed the way to go, but for those who may just need alphabetically it's a simple fix: change to in files "admin/manage_canned.php" and in "admin/admin_ticket.php".
Code: Select all
`reply_order`
Code: Select all
`title`
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Re: Canned Responses per Category
Do you replace every instance of 'reply_order' in that file?
Re: Canned Responses per Category
Just the first one in manage_canned.php.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools