Knowledgebase suggestions (and helpdesk reply all)

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
quade
Posts: 16
Joined: Tue Jul 03, 2018 5:05 pm

Knowledgebase suggestions (and helpdesk reply all)

Post by quade »

Hi, i've been looking at the newest 3.1.1 version of hesk, awesome work, but it seems to be missing some critical areas for me (which might already be supported and I dont know?)

1. When a support ticket comes in, and multiple people are cc'd, the replies only goto one person, would you be able to notify everyone on the cc list (and possibly have an unsubscribe option if they want to be removed from the ticket).... if someone has cc'd in the original email, it stands to reason they want them to be notified about replies from support team

2. The knowledge base is looking much better, but its still quite confusing to navigate, would it be possible to enable the left hand side tree menu for easy navigate, such as https://docs.timescale.com/latest/tutor ... -timescale or https://www.digitalocean.com/docs/image ... ts/how-to/

3. improve knowledge base editor to have more options for breaking up content (see WARNING nand TIP section on timescale link above)

4. Knowledgebase insert image is time consuming to use because you cannot upload images so you have to upload images online, perhaps you could consider integrating into something like cloudinary to save your server space?
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: Knowledgebase suggestions (and helpdesk reply all)

Post by Klemen »

Thanks for the suggestions, although it's hard to track them if they are not submitted at Hesk feature suggestions (viewtopic.php?f=13&t=1393)

To give quick feedback:
quade wrote: Thu May 14, 2020 1:18 pm1. When a support ticket comes in, and multiple people are cc'd, the replies only goto one person, would you be able to notify everyone on the cc list (and possibly have an unsubscribe option if they want to be removed from the ticket).... if someone has cc'd in the original email, it stands to reason they want them to be notified about replies from support team
We plan to make improvements in the way this is handled, although not a priority at the moment. This will likely be improved when Hesk adds support for (optional) end-user accounts.
quade wrote: Thu May 14, 2020 1:18 pm2. The knowledge base is looking much better, but its still quite confusing to navigate, would it be possible to enable the left hand side tree menu for easy navigate, such as https://docs.timescale.com/latest/tutor ... -timescale or https://www.digitalocean.com/docs/image ... ts/how-to/
Not planned at the moment. However, you could modify the public template files to have the structure you prefer (or hire someone to do it for you).
quade wrote: Thu May 14, 2020 1:18 pm3. improve knowledge base editor to have more options for breaking up content (see WARNING nand TIP section on timescale link above)
You can use the default notifications code, like here: https://www.hesk.com/knowledgebase/?article=92

This is the code you can use:

Code: Select all

<div class="main__content notice-flash">
	<div class="notification orange browser-default">
		<p>Content here</p>
	</div>
</div>
Other valid values along with orange are: white, green, blue, red

quade wrote: Thu May 14, 2020 1:18 pm4. Knowledgebase insert image is time consuming to use because you cannot upload images so you have to upload images online, perhaps you could consider integrating into something like cloudinary to save your server space?
Also planned, unfortunately also not a priority at the moment :(
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
quade
Posts: 16
Joined: Tue Jul 03, 2018 5:05 pm

Re: Knowledgebase suggestions (and helpdesk reply all)

Post by quade »

Thanks for the quick response

Regarding the Default Notifications code, is this available in the current editor or do you have to switch to HTML mode?
If its only available in HTML view, could the insert code options be adjusted to have this, or any of the other editor options?

I cannot seem to apply it on the demo site, is the notification css viewable when in edit mode?

is there a github repro I can contribute on? or $ option to push things higher up the list?
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: Knowledgebase suggestions (and helpdesk reply all)

Post by Klemen »

The notifications code can only be added in HTML mode. If you are not familiar with editing HTML, maybe a variation of this trick can help.

Notifications defined like these will only be visible when saved and viewing from the actual knowledgebase. However, nothing is stopping you to create and use custom ones (with built-in formatting) that would show just as well in the editor. We'll make gradual improvements to the system but cannot say when it will be done.

Hesk Git repo is private, but you are welcome to submit your code for review and possible inclusion.

Also, thanks for the offer, but we do not accept outside funding for speeding up specific features, we are trying to focus on what works best for most users considering our effort and resources. However, like said, you are welcome to make the modifications yourself (or hire someone) and we will consider them for inclusion in the official repo.
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
quade
Posts: 16
Joined: Tue Jul 03, 2018 5:05 pm

Re: Knowledgebase suggestions (and helpdesk reply all)

Post by quade »

ok no problem, thanks for the feedback
Post Reply