Hi there,
I've been waiting for lot of time to see ChronoConnectivity for joomla 2.5, great work you are doing here and offering everything donations based.
My problem is that I cannot use the button _ADD_ in the toolbar (front-end) because it does not open the form in the real url.
And I have _GET variable that always has to be in the url, and for that I have created a plugin. This plugin adds to joomla:uri the _GET variable and does a redirect.
The problem is that when i click the _ADD_ button in ChronoConnectivity toolbar, the _GET variable is lost so my plugin makes a redirect and it is like nothing was clicked.
I can not desactivate this plugin because it is needed in the form.
So what solutions are there?
How can I make my _GET variable beeing aded to every joomla created url?
I've been waiting for lot of time to see ChronoConnectivity for joomla 2.5, great work you are doing here and offering everything donations based.
My problem is that I cannot use the button _ADD_ in the toolbar (front-end) because it does not open the form in the real url.
And I have _GET variable that always has to be in the url, and for that I have created a plugin. This plugin adds to joomla:uri the _GET variable and does a redirect.
The problem is that when i click the _ADD_ button in ChronoConnectivity toolbar, the _GET variable is lost so my plugin makes a redirect and it is like nothing was clicked.
I can not desactivate this plugin because it is needed in the form.
So what solutions are there?
How can I make my _GET variable beeing aded to every joomla created url?
Hi,
hmmm, so the problem is that you need to pass some variable to your "add" form ? you may store it in the session and grab it in your form, or add it in a hidden field in the event called by the list task (you will need to use the task control for this one).
you may also use a direct link to the add page instead of the toolbar button:
Regards,
Max
hmmm, so the problem is that you need to pass some variable to your "add" form ? you may store it in the session and grab it in your form, or add it in a hidden field in the event called by the list task (you will need to use the task control for this one).
you may also use a direct link to the add page instead of the toolbar button:
index.php?option=com_chronoconnectivity&task=cc_add_data¶m=value
Regards,
Max
This topic is locked and no more replies can be posted.