I’ve updated the About page with some contact info and a comments form.
This blog is using WordPress now, so I don’t have MT4 around to experiment with any more. Looking at the FCK documentation, you need to create a plugin for the new button, then reference your plugin from fckconfig.js.
I’m not quite sure what the exact command is that the FCK plugin needs to register, but what worked with the YUI editor was opening a new dialog:
var div = DOM.getElement( "editor-content-enclosure" );
app.openDialog( "__mode=show_entry_photo_dialog&blog_id="
+ div.getAttribute( "mt:blog-id" ) + "&dialog_view=1" );
I got the parameters for the dialog by looking through EntryImage.pl
for the line that adds the button to the default MT editor.
Sorry I can’t be more helpful.
]]>Saw your comment here about the YUI Editor & Movable Type with Codemonkey’s plugin:
http://www.codemonkeyramblings.com/plugins/entry-image.php
Any chance you can get FCKEditor to work with this plugin? Tried futzing with fckconfig.js, but couldn’t get it to work.
There’s $25 in it for ya (paypal) if you can help me out. ; )
]]>Sorry to hijack the comments, but lost your email. Can you send me it again and have a catch up.
]]>