URL Path - Joomla! Forum - community, help and support
url path
greeting,
i making pages strictly linked within site , “not” menu items. there way can find url path without making menu link first?
thank you
tiorocky
greeting,
i making pages strictly linked within site , “not” menu items. there way can find url path without making menu link first?
thank you
tiorocky
if know form, can "construct" url, , ok, remember joomla controls display of modules "itemid", if you're constructing url, you'll need construct way modules displayed, or you'll lose control.
what suggest is, make new menu, , "unpublish" module. add articles menu, , use "itemid" s menu construct urls in form:
index.php?option=com_content&task=view&id=1148&itemid=34
where "id=1148" article id and "itemid=34" menu id
if that, you'll have complete control on modules display on given "page"
what suggest is, make new menu, , "unpublish" module. add articles menu, , use "itemid" s menu construct urls in form:
index.php?option=com_content&task=view&id=1148&itemid=34
where "id=1148" article id and "itemid=34" menu id
if that, you'll have complete control on modules display on given "page"
Comments
Post a Comment