Forums

How to load connnection from other connection?

bmarkus 13 Apr, 2015
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.
bmarkus 15 Apr, 2015
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?
GreyHead 15 Apr, 2015
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
bmarkus 15 Apr, 2015
Unfortunatele disbling SEF URL doesn't help. I have this in the URL box in Settings:

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
bmarkus 15 Apr, 2015
Ok, I got it working:

b.deleted:<a href="index.php/component/chronoconnectivity5?cont=lists&act=index&ccname=deplist1">XXX</a>
This topic is locked and no more replies can be posted.