To change the status icons' names on the Zendesk Community topic page, you need to edit thecommunity_topic_page.hbs
template. Scroll down to the{{#is status 'none'}}
expression and enter the new code to replace the default status names with your custom ones. After updating the code, click 'Publish' to save the changes. This will ensure that the new status names are displayed on the community topic page.
You can customize status icons for community posts in Zendesk by editing your theme code. To change the default status names like 'Planned' or 'Completed' to something more personalized, you need to modify the code in your Help Center theme. This…
To modify the 'Show all' filter labels in Zendesk, you need to edit thecommunity_topic_page.hbs
template. Locate the code for the filter labels inside the dropdowns and modify the{{#each filters}}
block with your desired status names. After…
Yes, you can use dynamic content to translate status icons in Zendesk if your Help Center supports multiple languages. By creating dynamic content in Zendesk Support, you can use dynamic content helpers to replace the status terms with translated…
Currently, Zendesk does not support customizing post actions in the community. While you can modify customer-facing actions using Curlybars, the admin options in the dropdown cannot be changed. This limitation means that the default post actions…
To ensure status changes reflect on individual posts in Zendesk, you need to modify thecommunity_post_page.hbs
template. Enter the new code on the{{#if post.status}}
expression to update the status labels. Once you publish these changes, the…