Pesquisas recentes
Sem pesquisas recentes
Trying to improve release notes--do I need a new theme?
Respondido
Publicado 11 de jul. de 2023
Hi, Community! I want to make a number of improvements to our my org's release notes. What's not clear to me is
- whether I need a new theme to support these desired features
or - whether I can build the features using my current theme (Copenhagen).
Zendesk Support did not give me a direct answer, so I'm reaching out.
Here's what I want to do (see screen shot visual reference, which is from support.box.com):
1) A preview of each article in a category section, that customers can click to view the full contents.
2) A visual tag or label for each article that customers can use as a filter when looking for specific articles
3) Dropdowns for customers to filter for specific articles.
Thanks in advance for any help!
2
4
4 comentários
Pulkit Pandey
Hi Mark Glinski
Yes you can build this feature on your current theme (Copenhagen) you need to write a custom js code to achieve this
Thank You
Pulkit Team Diziana
0
Stephan Marzi
Hi Mark,
I can confirm the above mentioned comment. We also amended the Copenhagen theme by adding the corporate design of our company.
1) A preview of each article in a category section, that customers can click to view the full contents.
=> The newest articles are mentioned and a short preview has to be added by you. The standard HC is showing the panels and the articles only. The link will show the article itself, no short view actually.
2) A visual tag or label for each article that customers can use as a filter when looking for specific articles
=> You can add tags or labels to articles.
3) Dropdowns for customers to filter for specific articles.
=> Never mentioned the feature, but as the HC is customizable it should be possible.
Regards, Stephan
0
Brandon Tidd
Hey Mark Glinski -
Agree with the above! The JavaScript Cookbook should give you a baseline knowledge of how Zendesk utilizes JS in the Help Center environment. Don't forget to install jQuery!
Brandon
0
Brandon Taylor
Hi Mark,
Let me know if this helps
1. Article Previews:
There are two ways to achieve article previews:
Using the built-in preview feature:
Using custom code:
2. Visual Tags and Filters:
You can achieve visual tags and filters by utilizing two features:
3. Dropdowns for Filtering:
You can achieve dropdowns for filtering by using the following methods:
Additional Tips:
Resources:
0