- Posts: 1
- Thank you received: 0
Hello,
I have a question regarding Custom Linking. I would like to link to a Jomsocial Video Page. The Link though contains two ID fields (index.php?option=com_community&view=videos&task=video&userid=615&videoid=2&Itemid=622)
If I remove the Itemid part, the link still goes to the page. So I still have to adjust the videoid and userid. If I set the link path to videoid then @ID goes to the video id. However I cannot add @ID to the userid because the userid will be the video id. If I set the link path to userid, then @ID will be the userid.
Is it possible to have a different language for both userid and videoid in the link.
Thanks for your time
Please Log in or Create an account to join the conversation.
Hi,
Unfortunately it is not possible without modifying php code.
There is another think that you can do. You can create a database view which has all the fields that you want to display and additional field where whole link is concatenated together. Afterwards you can display this view with Table JX, and simply use the URL option with this additional field.
www.toolsjx.com/faq/3-how-to-create-a-da...use-it-with-tools-jx
I hope it is of some help.
Please Log in or Create an account to join the conversation.