I have installed the Multimedia_Element Module and all the other necessary modules. I have followed the instructions listed in the README. I did have to modify the code to make the plug-in work with the latest FCKEditor. The plug-in appears to be working, the button shows up and the window pops up with the message "Please select a multimedia element in the list. If no elements are present, you need to add some to a nodereference field first." The only issue is there is nothing listed except "Current/None" in the Multimedia Element drop down.

I modified the Story Content Type to include a Node Reference (field_node_ref_aef) with a select list and checked off the Multimedia Element Content type to be referenced. I placed the field just below the the Body Field. It lists the "Test" Multimedia Elements that I created (nid:63) I also created a new input filter as suggested by the instructions: HTML Filter, HTML Comments Excepted with HTML corrector and HTML Filter,HTML comments excepted checked off.

I don't know where to go from here. Any suggestions would be helpful... I am relatively new Drupal, but have come a long way in a short time.

Thank You for your Help!!

Don

Here is the code that I put in for the plugin. Copied fckeditor.config.js to /drupal/sites/default/themes/newsflash, modified it with the following code:

var sOtherPluginPath = window.parent.Drupal.settings.fckeditor_plugins_path.elements_multimedia.path;
FCKConfig.Plugins.Add( 'elements_multimedia', null, sOtherPluginPath ) ;

I also set FCKeditor to read the fkceditor.config.js file from the themes directory.