I want to use the module class suffix option: -hilite1. In this case for Firenzie template. However the module I want to use his for doesn't have a field to enter a Module Class Suffix. All it has is a big (empty) note field to enter Parameters. What would I put into this field to define module class suffix -hilite1 ?
I went through all of the turtorials on joomla.org and have created my own modules but there is not one defining user modules like Rockettheme uses. At least not one I could find. The Joomla search engine is horrible at returning relevant results. I've also looked through the tutorials here.
I don't want to know more parameters. I know some of them. I just want to know how you would add another parameter in a user module. Like do you use a comma, space, semicolon? And am I correct that these parameters (for user modules) are not stored in any specific file (like the other modules) but instead exist somewhere in the database only?
Obviously from your example it is not the same as you would in the xml file for a regular module:
<params>
<param name="moduleclass_sfx type="text" default="-hilite1" label="Module Class Suffix" description="this allows individual styling">
</param>
<param name="@spacer" type="spacer" default="" label="" description="" />
<param name="another one" type="text" default="" label="another one" description="ex:
www.rockettheme.com/
" />
</params>
James S! wrote:
I would ask at
forum.joomla.org
as I do not know all the parameters.