| how to remove HTML edit button from tinyMCE |
| Sep 6th 2010, 6:02 am: |
eeji 
 Joined: Aug 4th 2010 View Profile Send Message
|
how to remove HTML edit button from tinyMCEi 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? |
| Sep 15th 2010, 2:43 pm: |
monemran 
 Joined: Sep 15th 2010 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. |
|
|