- You must have TinyMCE editor enable on Settings: Appearance | Default wysiwyg editor | TinyMCE
- Download http://tinymce.moxiecode.com/track.php?url=http%3A%2F%2Fgithub.com%2Fdownloads%2Ftinymce%2Ftinymce%2Ftinymce_3.4.3.2_jquery.zip → TinyMCE 3.4.3.2 jQuery package and extract it. You only need the plugins from this package.
- Overwrite the directory: root\lib\js\tinymce\plugins with the directory you extracted → tinymcesrc\jscripts\tiny_mce\plugins (don`t forget to make a backup first, if anything go wrong!)
- Edit this file: /js/editors/tinymce.editor.js and find:
<br />
plugins : 'safari,style,advimage,advlink,xhtmlxtras,inlinepopups',<br />
theme_advanced_buttons1:formatselect,fontselect,fontsizeselect,bold,italic,underline,forecolor,backcolor,|,link,image,|,numlist,bullist,indent,outdent,justifyleft,justifycenter,justifyright,|,code',<br />
theme_advanced_buttons2: '',<br />
theme_advanced_buttons3: '',
```<br />
and replace it with:<br />
```php
<br />
plugins : "autolink,lists,spellchecker,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template",<br />
theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,code,|,insertdate,inserttime,preview,|,forecolor,backcolor",<br />
theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,emotions,iespell,media,advhr,|,print,|,ltr,rtl,|,fullscreen",<br />
theme_advanced_buttons4 : "insertlayer,moveforward,movebackward,absolute,|,styleprops,spellchecker,|,cite,abbr,acronym,del,ins,attribs,|,visualchars,nonbreaking,template,blockquote,pagebreak,|,insertfile,insertimage",<br />
<br />
```<br />
5. Refresh your page and you will see the new buttons. <br />
<br />
Troubleshoot: make backups of you files before overwriting!!! If anything goes wrong, revers what you have done. If you don`t update plugins folder, the plugins won`t work and you won`t have editor at all!<br />
<br />
Hope it works, mine works like a charm!!!<br />
<br />
Feel free to arrange the buttons the way you want, just edit the theme rows<p><a href="127.0.0.1/uploads/monthly_07_2011/post-16330-0-68855100-1310629225.jpg">Clipboard03.jpg</a></p>