To make the XML files of your J1.5 FLEXIcontent templates compatible with J2.5 format replace in item.xml and category.xml:
1
|
<metadata>, </metadata>
|
with
1
|
<params addpath="/administrator/components/com_flexicontent/elements">
|
with
1
2
|
<fields name="attribs">
<fieldset name="attribs" addfieldpath="/administrator/components/com_flexicontent/elements">
|
with
with
NOTE 1: make sure you clean cache after editing an XML
NOTE 2: For XML syntax errors you will be warned, but not for invalid XML values,
e.g
- you will not be warned if your J1.5 XML files have not been updated, instead you probavly get an JS error in category/item edit form
- e.g. all you item/category parameters must have their type param set e.g. type="sometype", so type="" will break the form, so check you XML file for it