"Advanced Options" module fieldset in Joomla 2.5 and 3.x

774 views Asked by At

In my module's xml file, I have a fieldset for ADVANCED OPTIONS like this:

<fieldset name="advanced">
    <field .... />
    <field .... />
    <field .... />          
</fieldset>

In Joomla 2.5, the ADVANCED OPTIONS of my module correctly shows all the fields as described in the xml.

However in Joomla 3.x, the ADVANCED OPTIONS shows all the fields from the xml file plus some extra options. Even if I totally remove this fieldset, it still shows the ADVANCED OPTIONS with some default fields.

How do I make sure both Joomla 2.5 and 3.x have the same ADVANCED OPTIONS?

0

There are 0 answers