Hello,
I'm following this tutorial on addong a 6th tab to this extension
But i got a bit lost, in your guide you were using / in the code so i changed all thos to "
Any idea why i'm getting this error in joomla when i goto the tab module page
It's only showing the 5 tabs at the moment
* XML Parsing Error at 73:63. Error 4: not well-formed (invalid token)
* XML Parsing Error at 73:63. Error 4: not well-formed (invalid token)
Here's what i did with the code for the xml file
<param name="Tab 5 Settings" type="spacer"/>
<param name="title5" type="text" default="" size="20" label="Tab 5 Title" description="Tab 5 Title"/>
<param name="tab5modpos" type="text" default="" size="20" label="Tab 5 Module" description="Tab 5 Module Example:user1"/>
<param name="Tab 6 Settings" type="spacer"/>
<param name="title6" type="text" default="" size="202 label="Tab 6 Title" description="Tab 6 Title"/>
<param name="tab6modpos" type="text" default="" size="20" label="Tab 6 Module" description="Tab 6 Module Example:user1"/>
<param name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="A suffix to be applied to the css class of the module (table.moduletable), this allows individual module styling" />
</params>
</install>