Bejo
unread,Jul 22, 2009, 6:25:49 AM7/22/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to imgmap-discuss
Hi Adam and Alfonso,
Sorry to disturb you all. I am new in Joomla and I am trying to
install Image Maps Plugin for FCKeditor following the instruction in
the readme.html but the icon never show up in the FCK editor.
1. Copying the files.
I have followed the instruction, basically i put it in the
C:\xampp\\htdocs\MESIIntranet\plugins\editors\fckeditor\editor\plugins
\imgmap
2. Adding it to FCKEditor
I have searched fckconfig.js and I can only find it in the fckeditor
root directory and jlink directory
C:\xampp\htdocs\MESIIntranet\plugins\editors\fckeditor\fckconfig.js
and
C:\xampp\htdocs\MESIIntranet\plugins\editors\fckeditor\plugins\jlink
\fckconfig.js
I have added as per your instruction
FCKConfig.Plugins.Add( 'imgmap', 'en,es') ; and
FCKConfig.ToolbarSets["Basic"] = [
['Bold','Italic','-','OrderedList','UnorderedList','-','Link','Unlink'],
['Link','Unlink','Anchor'],
['Image','imgmapPopup'],
['FitWindow','-','About']
] ;
But there is nothing come out from my Fckeditor. The Image map icon is
not showing. Is there any missing step ?