Curlybars is a server-side templating language used in Zendesk's help center themes for advanced customizations. It allows you to access help center data and manipulate content on your pages using a mix of HTML and expressions like {{post.title}}….
You can customize page templates for specific categories, sections, or articles in Zendesk by using the 'is' block helper. This allows you to specify the category, section, or article ID to apply customizations. For example, you can insert specific…
To customize language names in the Zendesk language selector, you can replace the {{current_locale.name}} expression with a conditional expression. This allows you to display a single language variant, like 'English', for all its variants. This…
Hiding languages in the Zendesk language selector is useful if certain content isn't ready for release. You can achieve this by using a conditional expression to exclude specific languages, like 'Français', from appearing in the selector. This…
In Zendesk, you can enable users to sort article comments by date or votes by adding sorting links in the Article template. This feature is available by default in standard themes and allows users to click on 'Date' or 'Votes' links to sort…
To add a formatting toolbar to the article comment editor in Zendesk, replace the {{textarea 'body'}} expression with {{wysiwyg 'body'}} in the Article template. This allows users to format their comments with options like bold, italics, lists,…
You can enable voting on article comments in Zendesk by inserting a voting div tag within the Article template. This feature allows users to vote 'up' or 'down' on comments, similar to article voting. The voting links are styled using CSS classes…
To add Instant Search to your Zendesk help center theme, include the 'instant=true' attribute in the Search expression. This feature displays up to six suggested articles as users type in the Search box, based on article titles. Instant Search is…
Federated Search in Zendesk allows you to include external content in your help center search results. To enable it, update the search results template with sidebar filters and loop through the results using the {{results}} helper. This feature…
In Zendesk, you can sort subscriptions by type in the My Activities > Following page by adding a dropdown menu under the