0

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?

user1448031
  • 2,172
  • 11
  • 44
  • 89
  • What are these "extra options" that are being displayed for you? – Lodder Dec 15 '13 at 00:34
  • @Lodder The extra options are `Module Tag`, `Bootstrap Size`, `Header Tag`, `Header Class` and `Module Style`. – user1448031 Dec 15 '13 at 00:41
  • 1
    The are added by default by Joomla for all modules, so not to worry about them ;) – Lodder Dec 15 '13 at 00:42
  • @Lodder That's good for Joomla 3.x but how do I display `Header Tag`, for instance, in Joomla 2.5? I just need to make sure `Header Tag` option appears in both Joomla 2.5 and 3.x. – user1448031 Dec 15 '13 at 00:59
  • header tag is not an option for Joomla 2.5. It was introduced in Joomla 3.x – Lodder Dec 15 '13 at 02:19

0 Answers0