×
Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues
Joomla component question
Anthony
New Member
Posts: 2
9 年 7 个月 前 #727
由 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 登录 或 注册一个帐号 to join the conversation.
Eduardo Mena
Junior Member
Posts: 31
9 年 5 个月 前 #822
由 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 登录 或 注册一个帐号 to join the conversation.
创建页面时间:0.053秒