How to get the url of Joomla Menu itemID? Home Forums Joomla Support Forum How to get the url of Joomla Menu itemID? Browse All Products 32 Joomla 9 WordPress 7 Html 11 Php 5 0 Login to Ask a Question All Forums 111 Joomla Support 101 WordPress Support 2 Bootstrap Support 1 PHP Support 3 General Support 4 How to get the url of Joomla Menu itemID? New Issue Joomla Support Alex 03 Jan 2018 (1 Ratings) How can I get the URL of Joomla Menu itemID provided by the user?Thanks in advance! joomla menu user 1 Responses AppClave 6 years ago #186 Hi,Try below code:$itemid = JRequest::getVar('Itemid'); $application = JFactory::getApplication(); $menu = $application->getMenu(); $item = $menu->getItem($itemid); $link = new JURI($item->link); $link->setVar( 'ItemId', $itemid ); Best RegardsAppClave Team Reply Submit Your Response Sign up for free to join this conversation on AppClave. Already have an account? Login into comment
How to get the url of Joomla Menu itemID?
How to get the url of Joomla Menu itemID?
How can I get the URL of Joomla Menu itemID provided by the user?
Thanks in advance!
1 Responses
Submit Your Response
Already have an account? Login into comment