before creating a mess I need some explanation or confirmation.
presently when I am in category management I get in the category template select field : all templates which are in the template management
and after I get the parameters for all templates which seem to be Flexicontent 2. (quizzcategories, blog, default, faq, item_tabbed, old__blog, old_default, old__faq, old__presentation, presentation)
Quizzcategorie is the template I have created from blog template yesterday and I have been obliged to copy the directory content of another site to get a valid image in the public access.
All my other templates which I think are default model don't appear in the parameters column.
If I change the XML category file for those templates
will I get only the chosen template parameters and not
all FC 2 templates parameters ?
___________________
I want also to be sure of what I need to do with XML FILES
A default type template for my FC 1.5 contains this :
Code:
<?xml version="1.0" encoding="utf-8"?>
<metadata>
<author>Emmanuel Danan</author>
<website>www.flexicontent.org</website>
<email>emmanuel@vistamedia.fr</email>
<license>GPLv2</license>
<version>1.1</version>
<release>25 november 2009</release>
<description>This layout presents category items in a table. Each field put in the table position will be rendered as a column</description>
<params addpath="/administrator/components/com_flexicontent/elements">
</params>
<fieldgroups>
<group>table</group>
</fieldgroups>
<csscategory>
<file>css/category.css</file>
</csscategory>
<jscategory>
</jscategory>
</metadata>
do I need to remplace the XML file by this :
Code:
<?xml version="1.0" encoding="utf-8"?>
<form>
<author>Emmanuel Danan</author>
<website>www.flexicontent.org</website>
<email>emmanuel@vistamedia.fr</email>
<license>GPLv2</license>
<version>1.1</version>
<release>25 november 2009</release>
<description>This HTML5 layout presents category items in a table. Each field put in the table position will be rendered as a column</description>
<fields name="attribs">
<fieldset name="attribs" addfieldpath="/administrator/components/com_flexicontent/elements">
<field name="show_field_labels_row" type="list" default="1" label="FLEXI_SHOW_LABELS_ROW" description="FLEXI_SHOW_LABELS_ROW_DESC">
<option value="">FLEXI_USE_GLOBAL</option>
<option value="0">FLEXI_NO</option>
<option value="1">FLEXI_YES</option>
</field>
<field name="templatehtmlmode" type="separator" hr="false" default="FLEXI_TEMPALTE_HTML_MODE" level="level2" menu="hide" />
<field name="htmlmode" type="list" default="0" label="FLEXI_HTML_MODE" description="FLEXI_HTML_MODE_DESC" filter="int">
<option value="0">FLEXI_XHTML</option>
<option value="1">FLEXI_HTML5</option>
</field>
</fieldset>
</fields>
<fieldgroups>
<group>table</group>
<group>renderonly</group>
</fieldgroups>
<csscategory>
<file>css/category.css</file>
</csscategory>
<jscategory>
</jscategory>
</form>
thank you for explanation
best regards
Michel