Suggestions! [Re-Named]

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
Mark_216
Posts: 7
Joined: Wed Aug 25, 2021 5:25 pm

Suggestions! [Re-Named]

Post by Mark_216 »

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?
Last edited by Mark_216 on Wed Oct 20, 2021 12:37 pm, edited 1 time in total.
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: Suggestion: Archive Tickets

Post by Klemen »

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"
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
Mark_216
Posts: 7
Joined: Wed Aug 25, 2021 5:25 pm

Re: Suggestions! [Re-Named]

Post by Mark_216 »

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.
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: Suggestions! [Re-Named]

Post by Klemen »

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 Image

Image 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
Mark_216
Posts: 7
Joined: Wed Aug 25, 2021 5:25 pm

Re: Suggestions! [Re-Named]

Post by Mark_216 »

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.
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
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: Suggestions! [Re-Named]

Post by Klemen »

You may need to add

Code: Select all

contextmenu: false,
to the TinyMCE init code in inc/tiny_mce/tinymce.inc.php?
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
Mark_216
Posts: 7
Joined: Wed Aug 25, 2021 5:25 pm

Re: Suggestions! [Re-Named]

Post by Mark_216 »

Klemen wrote: Thu Oct 21, 2021 7:00 pm You may need to add

Code: Select all

contextmenu: false,
to the TinyMCE init code in inc/tiny_mce/tinymce.inc.php?
I could try, I haven't actually considered editing the TinyMCE scripts at all. Thanks!
Mark_216
Posts: 7
Joined: Wed Aug 25, 2021 5:25 pm

Re: Suggestions! [Re-Named]

Post by Mark_216 »

Just curious as well, is there a way to send transcripts to the clients once the ticket has been closed/resolved?
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: Suggestions! [Re-Named]

Post by Klemen »

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 Image

Image 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
Mark_216
Posts: 7
Joined: Wed Aug 25, 2021 5:25 pm

Re: Suggestions! [Re-Named]

Post by Mark_216 »

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.. ?
Post Reply