I have a connection and I want to show another connection clicking on a link displayed in the View action screen or the table body. When I create a link in PHP to the second connection option=com_chronoconnectivity5 is deleted in the URL by the system. How can I load the other connection to show extra information?
With CC4 it was working.
With CC4 it was working.
Tried loading a CF5, same result, option=... removed. It is really bad, as I can not build UI on the same way as with CC4/CF4. How can I construct a working link to these elements?
Hi bmarkus,
I assume that you have SEF URLs enabled. Is this just the Joomla! plug-in or are you using another SEF component?
What is the broken URL that you get?
Bob
I assume that you have SEF URLs enabled. Is this just the Joomla! plug-in or are you using another SEF component?
What is the broken URL that you get?
Bob
Unfortunatele disbling SEF URL doesn't help. I have this in the URL box in Settings:
What I'm getting is:
As you see, option=.... part is missing. Changing URL to
result is
b.deleted:<a href="index.php?option=com_chronoconnectivity5&cont=lists&act=index&ccname=deplist1">AAA</a>
What I'm getting is:
http://...../index.php?cont=lists&act=index&ccname=deplist1
As you see, option=.... part is missing. Changing URL to
b.deleted:<a href="index.php?option=com_chronoconnectivity&cont=lists&act=index&ccname=deplist1">XXX</a>
result is
http://.../index.php/component/chronoconnectivity/?cont=lists&act=index&ccname=deplist1
This topic is locked and no more replies can be posted.