Hay all, this is really bugging me.
I have downloaded phpimage from http://sourceforge.net/tracker/index.php?func=detail&aid=2844769&group_id=103281&atid=738747
I’ve decompressed the zip file and moved the “phpimage” folder into my “plugins” folder.
In my settings i’ve added “phpimage” to the “plugins” setting so it reads
plugins : " safari,pagebreak,style,layer,table,save,advhr,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template,phpimage,",
And i’ve added the “phpimage” to the “theme_advanced_buttons1” settings, this looks like
theme_advanced_buttons1 : "phpimage,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,bullist,numlist,|,link,unlink,anchor",
when i load the editor up it reveals a blank textarea. If i remove the phpimage from the plugins setting the textarea appears as the TinyMCE.
Any ideas? Firebug isn’t giving too much help.
Thing i discovered is if you load tinymce using the developer mode (tiny_mce_dev) the file editor_plugin_src.js is missing. You can correct this by copying the file editor_plugin.js and rename it to editor_plugin_src.js.
This comment of KOPFteam at SF helped me make it work at last. It was the langauge file!!
My langugage setting is “de”, so after creating a file under langs called de.js it worked like a charm and the editor was back. What is your language setting?. I suggest you name it according to this setting. Here KOPFteam’s comment: