×
Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues
Joomla component question
Anthony
New Member
Posts: 2
9 years 7 months ago #727
by Anthony
Joomla component question was created by Anthony
I made a simple component its a schedule that just adds menu items into a table. When it adds those menu items into the table how can I make it hyperlinked linked to said menu item?
Thanks for any help
Thanks for any help
Please Log in or Create an account to join the conversation.
Eduardo Mena
Junior Member
Posts: 31
9 years 6 months ago #822
by Eduardo Mena
Replied by Eduardo Mena on topic Joomla component question
You need to create a complete url$menuitemid should be the value stored in the table.
JRoute::_('index.php?Itemid='.$menuitemid);
Please Log in or Create an account to join the conversation.
Time to create page: 0.048 seconds