Datasource to module - Joomla! Forum - community, help and support
hi all,
i need know how pass datasource module. instance, have module called accordion , want pass different sets of items/data display in accordion panels. how going that?
how can reuse accordion module passing different datasources (items/data) it?
thanks helping me on this.
i need know how pass datasource module. instance, have module called accordion , want pass different sets of items/data display in accordion panels. how going that?
how can reuse accordion module passing different datasources (items/data) it?
thanks helping me on this.
most modules have helper.php file defines datasource , retrieves items pass /tmpl/default.php output file.
changing core files of module = core hack can overwritten next update.
alternatively can "clone" module:
copy new mod_newname,
change references within file reflect new name,
change references in .xml manifest file,
change helper.php reflect new datasource,
install in joomla using discover option (extensions > manage > discover)
changing core files of module = core hack can overwritten next update.
alternatively can "clone" module:
copy new mod_newname,
change references within file reflect new name,
change references in .xml manifest file,
change helper.php reflect new datasource,
install in joomla using discover option (extensions > manage > discover)
Comments
Post a Comment