- Thank you received: 62
Hi,
Use custom ID option with:
yoursite.com?option=com_content&view=article&id=@ID&Itemid=[id_of_the_menu_item]
For [id_of_the_menu_item] use the id of the menu item where you display an article with the Table JX. Or if we put it differently the id of the menu item which holds the module layout that you want to display. @ID will be replaced on runtime with the value of the 'Link Column'
Please Log in or Create an account to join the conversation.
Hi
thank you for your answer, I try it and now it works with this...
index.php?option=com_content&view=article&id=@ID&itemid=xx
xx= id of article where the Table of Table jx is displayed.
Regards
Please Log in or Create an account to join the conversation.