You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 4, 2025. It is now read-only.
When creating a topic from a Docuss page, categories are hidden from users. Indeed, categories are predefined by the webmaster (if using dcs-decorator.js) or the developer (if using dcs-html-based.js or comToPlugin.js). So far so good.
The issue is that, afterward, a topic owner can edit his topic and change/remove the categories (unless categories have been hidden everywhere using the docuss hide categories Discourse setting).
When creating a topic from a Docuss page, categories are hidden from users. Indeed, categories are predefined by the webmaster (if using
dcs-decorator.js) or the developer (if usingdcs-html-based.jsorcomToPlugin.js). So far so good.The issue is that, afterward, a topic owner can edit his topic and change/remove the categories (unless categories have been hidden everywhere using the
docuss hide categoriesDiscourse setting).