Login     Sign up
how to remove HTML edit button from tinyMCE
Ian (@eeji)
Join date: Aug 3rd 2010
Community posts: 107
View Profile
Send Message

i don't want people to edit raw html in the tinyMCE WYSIWYG, can the html edit button be removed?

also, how to add advanced function buttons not already present?

177 months ago
Mohammad Emran (@monemran)
Join date: Sep 15th 2010
Community posts: 28
View Profile
Send Message

you can disable html edit function from tinyMCE easily to modify code on story.inc.php files.

go to function tinymce_form and
delete option "code" from theme_advanced_buttons1 parameter. it will not show HTML edit code.

177 months ago