This will be a dream to get to work
Cant see any button.
I can see "The Map Hilight jQuery plugin is available at: /sites/all/modules/jquery_plugin/jquery.maphilight.min.js"

What I have done. Downloaded the module and the plugin (http://plugins.jquery.com/project/maphilight) copied imgmap to "all/modules/fckeditor/fckeditor/editor/plugins" . So no button. Configured as it wound in:

2. Adding it to FCKeditor
Now add in your fckconfig.js or custom js configuration file the following line:
FCKConfig.Plugins.Add ( 'imgmap', 'en, es');

3. Adding it to the toolbarset

Add the button 'imgmapPopup' (case sensitive) to your toolbarset: 
FCKConfig.ToolbarSets [ "Basic"] = [ 
[ 'Bold', 'Italic','-',' orderedlist', 'unorderedlist','-',' Link', 'unlink'], 
[ 'Link', 'unlink', 'Anchor'], 
[ 'Image', 'imgmapPopup'], 
[ 'FitWindow','-',' About'] 
]; 

Then disappeared fckeditor. Where in the file to add this?
Could someone help me with this?
Thanks.

Comments

WorldFallz’s picture

Status: Active » Postponed (maintainer needs more info)

This isn't really an issue with this module as much as it is with fckeditor, but iirc i'm pretty sure all I had to do was add:

FCKConfig.Plugins.Add( 'imgmap' ) ;

and change

['Image','imgmapPopup','Flash','Table','Rule','Smiley','SpecialChar'],

in the fckeditor.config.js file.

One thing-- I use the fckeditor module, not the fckeditor support in the wysiwyg module-- I never could get it work with wysiwyg.module.

Ole Martin’s picture

Thanks. I will try this soon. Now I'm in the midle of some other project.

WorldFallz’s picture

Status: Postponed (maintainer needs more info) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.