Upgrading a Joomla 1.5 template to Joomla 2.5

From Joomla! Documentation
(Difference between revisions)
Jump to: navigation, search
Line 5: Line 5:
 
In both Joomla! 1.5 and 1.6 template parameters are defined in templateDetails.xml.  
 
In both Joomla! 1.5 and 1.6 template parameters are defined in templateDetails.xml.  
  
Whereas in 1.5 parameters are defined as part of the <code><params></code> section, and each parameter is defined as a <code><param></code>, in 1.6, template parameters are contained in the <code><config></code> section and treated as a <code><field></code> nested within a <code><fieldset></code> and <code><fields></code>, as illustrated below.
+
Whereas in 1.5 parameters are defined as part of the <code><params></code> section, and each parameter is defined as a <code><param></code>, in 1.6 template parameters are contained in the <code><config></code> section and treated as a <code><field></code> nested within a <code><fieldset></code> and <code><fields></code>, as illustrated below.
  
  

Revision as of 08:33, 31 May 2010

Contents

Template Parameters

In both Joomla! 1.5 and 1.6 template parameters are defined in templateDetails.xml.

Whereas in 1.5 parameters are defined as part of the <params> section, and each parameter is defined as a <param>, in 1.6 template parameters are contained in the <config> section and treated as a <field> nested within a <fieldset> and <fields>, as illustrated below.


    <config>
        <fields name="params">
            <fieldset name="basic">
                <field name="" type=" default="" label="" description=".">
                    <option value="1">On</option>
                    <option value="0">Off</option>
                </field>
                <field name="" type="" default="" label="e" description="" />
            </fieldset>
        </fields>
    </config>

<fieldset name="basic"> wraps the parameters in a slider and using name="basic labels that slider as "Basic Options" and name="advanced" labels it as "Advanced Options"

Personal tools
Namespaces

Variants
Actions
Navigation
Joomla! Sites
Toolbox