Hi all,
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 ?
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 ?