You would have to edit the core files or have an add-on developed.
buttons.push(['bold', 'italic', 'underline']);
buttons.push(['bold', 'italic', 'underline', 'deleted']);
c.push(["bold","italic","underline"])
c.push(["bold","italic","underline","deleted"])
Ah, actually, don't turn on debug and don't edit the full file.
Instead edit js/xenforo/bb_code_edit.js.
Find:
Replace:Code:c.push(["bold","italic","underline"])
Code:c.push(["bold","italic","underline","deleted"])
And this is all assuming that I have remembered correctly that the strike through used to be next to B I U...
Real word.add-on-ified
Undo your file edits!
I add-on-ified it
http://xenforo.com/community/resources/restore-strikethrough-in-editor.2999/
We use essential cookies to make this site work, and optional cookies to enhance your experience.