Hello,
I wrote a component and a module.
I would like to bind this module to this component and not to a link of a menu. I can modify the function &_load of the file libraries/joomla/application/module/helper.php but I don't want to modify the heart of jommla.
Thanks
Link a module to a component , not to a menu item.
Moderators: tjay, seadap, Rogue4ngel, matthewhayashida
Re: Link a module to a component , not to a menu item.
I think that I found the solution.
In fact, I didn't want to put the Itemid parameter manually in my URL (which i wrote in my component) to display the module when I call the component.
By using JRoute::_($link, false), I think i solved my problem.
In fact, I didn't want to put the Itemid parameter manually in my URL (which i wrote in my component) to display the module when I call the component.
By using JRoute::_($link, false), I think i solved my problem.