Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
hi tnx for the very good plugin how can i to show just quicktags (spoiler) plz help me?
Hi @edfa61e890,
First of all, thank you for using wpDiscuz and for contacting us.
As far as I understand you'd like to remove all quicktags escape the spoiler. If so please navigate to Dashboard > Comments > Settings > styling admin page, add the following code in "Custom CS code" textarea, save it delete all caches and press CTRL+F5 on the frontend.
div#qt_wc-textarea-0_0_toolbar > input[type=button]:not(#qt_wc-textarea-0_0_wpdiscuz_spoiler) {
display: none !important;
}
oh thnks bro , thats solved my problem