Disable reply as topic on thread?
-
@Aesir you can use this in your custom CSS:
[component="topic/reply/container"] .btn.dropdown-toggle { display: none; }
Copyright © 2025 NodeBB | Contributors
@Aesir you can use this in your custom CSS:
[component="topic/reply/container"] .btn.dropdown-toggle {
display: none;
}