2
« il: 14 Nov 2012, 07:50:19 »
hello
Sorry I'm not italian speaking. My mother language is french. If I can participate to this forum in french it would be great. If not I wil try to participate in english.
I have found Contentmap a few days ago in Joomla extents. I have tested it and I found it very simple to use and very usefull for my purpose.
In my site I have replaced the original Joomla article component by Flexicontent which is greatly but not 100% Joomla article compatible.
The last version of Flexicontent is compatible with Contentmap... after modifying 1 line in contentmap.php plugin :
the original line is :
function onContentPrepareForm($form, $data){ if (!($form instanceof JForm)) return false;
if ($form->getName() != "com_content.article") return true;
the compatible version to Flexicontent is
function onContentPrepareForm($form, $data){ if (!($form instanceof JForm)) return false;
if ($form->getName() != "com_content.article" && $form->getName() != "com_flexicontent.item") return true;
Could you do the update in the contentmap plugin to let Flexicontent automatically compatible with Contenmap.
Best regards
Michel