Wednesday 25 January 2006 2:37:19 am
You can remove "Disable editor" button in ezxmltext_ezdhtml.tpl template. But its not enough to just remove a button, you should also remove a fallback edit window in case browser doesn't support html editing (for example Opera 8), or javascript is disabled. Disabling "insert object" button is not an easy task if you want to do it in a nice way. Although you can just disable user's access to 'insertobject' view of 'ezdhtml' module. The most raw and easy way to do it is to delete 'insertobject.php' file. Not nice, although will help. ;) If you want to remove a button from the toolbar, you should edit 'ezeditor.js' and 'ezmozillaeditor.js'.
|