L Luis Well-known member Feb 9, 2014 #1 How I can disable the spoiler or alternatively use a conditional statement so that only certain usergroups can use it. Thanks, Luis.
How I can disable the spoiler or alternatively use a conditional statement so that only certain usergroups can use it. Thanks, Luis.
agison Well-known member Feb 10, 2014 #2 1+ Some spammer & SEO guys love this feature. Upvote 0 Downvote
agison Well-known member Feb 10, 2014 #3 You also use temporary solution: Add this line to your extras.css: .redactor_dropdown a.spoiler {display:none} And go to Censoring: replace spoiler with quote. Upvote 0 Downvote
You also use temporary solution: Add this line to your extras.css: .redactor_dropdown a.spoiler {display:none} And go to Censoring: replace spoiler with quote.
L Luis Well-known member Feb 10, 2014 #4 Thanks @Dinh Thanh this is a simple and temporary solution that will use waiting for the request. Upvote 0 Downvote
AndyB Well-known member Feb 11, 2014 #5 You can remove it from the editor toolbar using this hack: js/xenforo/full/bb_code_edit.js line #351 Code: /*spoiler: { title: this.getText('spoiler'), callback: $.context(this, 'getSpoilerModal'), className: 'icon spoiler' },*/ You will want to enable debug mode and select "Use uncompressed files from js/xenforo/full/" in the Debug Options page. Upvote 0 Downvote
You can remove it from the editor toolbar using this hack: js/xenforo/full/bb_code_edit.js line #351 Code: /*spoiler: { title: this.getText('spoiler'), callback: $.context(this, 'getSpoilerModal'), className: 'icon spoiler' },*/ You will want to enable debug mode and select "Use uncompressed files from js/xenforo/full/" in the Debug Options page.