How Do I?: Disable Font, Size and Color in Text Enditor

Sagar

Active member
Is there any way to complete remove Font Family, Font Size and Color drop downs from the editor or just have plain text editor?
 
Can't you edit the Toolbar ?
I suppose some would know the BBcodes.
you mean strip the bbcodes even if they are typed in ?

There is a plain text editor as well.
Search these forums for: Plain text editor
 
Open /js/tinymce/themes/xenforo/editor_template.js

Find:
Code:
theme_xenforo_buttons1 : 'removeformat,|,fontselect,fontsizeselect,forecolor,xenforo_smilies,|,undo,redo',

Replace with:

Code:
theme_xenforo_buttons1 : 'removeformat,|,xenforo_smilies,|,undo,redo',

That should be enough, I think! :)
 
Top Bottom