Suggestions! [Re-Named]
Moderator: mkoch227
Suggestions! [Re-Named]
I've noticed while using the help desk there's no actual spot for tickets that are resolved to be pushed to.
Would it be possible to have an archive feature for tickets to unclutter the ticket list?
Would it be possible to have an archive feature for tickets to unclutter the ticket list?
Last edited by Mark_216 on Wed Oct 20, 2021 12:37 pm, edited 1 time in total.
Re: Suggestion: Archive Tickets
You can easily select tickets with which statuses appear in your list.
By default, resolved tickets are hidden. They do show up in searches and if "Resolved" status is checked in your "Show tickets" form.
You can manage it in the "Show tickets" form; if it's not expanded click "More options" then either "Reset default view" or "Make this my default view"
By default, resolved tickets are hidden. They do show up in searches and if "Resolved" status is checked in your "Show tickets" form.
You can manage it in the "Show tickets" form; if it's not expanded click "More options" then either "Reset default view" or "Make this my default view"
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: Suggestions! [Re-Named]
Is there a possibility to allow extra right-click options and a possible spell-checker? Just some requests I've had from the people I'm working with but it doesn't make much sense for me to just throw it in myself, it'd be more ideal if it was a suggestion because then everyone would have the update and spell-checker etc.
Re: Suggestions! [Re-Named]
Honestly, I don't think a spell checker will be added; there are much better solutions out there than having a custom one built, for example using the browser built-in spell checker, or tools like Grammarly.
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: Suggestions! [Re-Named]
The issue is on the installation I've got when we right-click to spell check a word it brings up a context menu that has a single option and that's "Link".Klemen wrote: Wed Oct 20, 2021 12:42 pm Honestly, I don't think a spell checker will be added; there are much better solutions out there than having a custom one built, for example using the browser built-in spell checker, or tools like Grammarly.
Re: Suggestions! [Re-Named]
You may need to add to the TinyMCE init code in inc/tiny_mce/tinymce.inc.php?
Code: Select all
contextmenu: false,
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: Suggestions! [Re-Named]
I could try, I haven't actually considered editing the TinyMCE scripts at all. Thanks!Klemen wrote: Thu Oct 21, 2021 7:00 pm You may need to addto the TinyMCE init code in inc/tiny_mce/tinymce.inc.php?Code: Select all
contextmenu: false,
Re: Suggestions! [Re-Named]
Just curious as well, is there a way to send transcripts to the clients once the ticket has been closed/resolved?
Re: Suggestions! [Re-Named]
No built-in way to send the transcripts directly, but you can always ask them to view their ticket on the public pages.
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: Suggestions! [Re-Named]
Just wondering, in the next new version or so if user accounts are added. Would it be possible to get a calendar feature added in? So each user can book appointments etc.. ?