Can anyone help in placing HIDE TAG BUTTON in the formatting bar. Do I need some plugin or code modification. Thanks in advance.
EDIT: I have already HIDE Plugin Installed.
You need to open the editor.js file in your /jscripts directory and find:
this.insertStandardButton(elements, "php", "images/codebuttons/php.gif", "php", "", this.options.lang.title_php);
add after:
this.insertStandardButton(elements, "hide", "images/codebuttons/hide.gif", "hide", "", this.options.lang.title_php);
Make sure you have uploaded the hide.gif into your codebuttons directory though!
