URL Routing from custom module? - Joomla! Forum - community, help and support
hi all!
i've made custom module, thats show articles in slider.
each of articles has link article view, working.
i've done this:
$id article id, $cid category id (both values db query)
the issue i'm missing itemid, can put itemid (can static, too)
thanks!
marc
i've made custom module, thats show articles in slider.
each of articles has link article view, working.
i've done this:
code: select all
$path = ltrim(juri::base(), '/') . jroute::_(contenthelperroute::getarticleroute($id,$cid));
$id article id, $cid category id (both values db query)
the issue i'm missing itemid, can put itemid (can static, too)
thanks!
marc
Comments
Post a Comment