Link a module to a component , not to a menu item. - Joomla! Forum - community, help and support
hello,
i wrote component , module.
i bind module component , not link of menu. can modify function &_load of file libraries/joomla/application/module/helper.php don't want modify heart of jommla.
thanks
i wrote component , module.
i bind module component , not link of menu. can modify function &_load of file libraries/joomla/application/module/helper.php don't want modify heart of jommla.
thanks
i think found solution.
in fact, didn't want put itemid parameter manually in url (which wrote in component) display module when call component.
by using jroute::_($link, false), think solved problem.
in fact, didn't want put itemid parameter manually in url (which wrote in component) display module when call component.
by using jroute::_($link, false), think solved problem.
Comments
Post a Comment