Page 2 of 2

Re: Display latest category

Posted: 26 Feb 2010, 16:30
by bubble
Thanks Reko and Jan for yours answers :|

Jan, see above what I have done in order to display category name below one image.
(I have modified the SQL query in order to get the title)

My question now : how is it possible to add a "checkbox" in the module parameters in order to active or not this feature?

thanks,
Bubble

Re: Display latest category

Posted: 27 Feb 2010, 14:39
by Jan
For this you need to know the parameter behaviour in Joomla! All parameters are saved in XML (see the module xml file) and you can add easily new parameter there. In php then you will load the parameter and you will make a If condition there.

Jan