return after login

More
11 years 6 months ago #48377 by gauthier
Replied by gauthier on topic return after login
Hi, Thank you very much for your answer.

Actually I am using v 2.1.0, I'll try to update it and see if it changes.
But has the version 2.2 been released yet?
The latest version on the website seems to be 2.1.3.

Please Log in or Create an account to join the conversation.

More
11 years 3 months ago #50597 by gauthier
Replied by gauthier on topic return after login
By the way the update did not change anything to my issue,

I still have some kind of weird duplicates half coded half decoded value in the return URL variable (only for flexicontent pages, no problem with other content types like calendar or forum pages).

Is there a way to prevent flexicontent from editing the $return variable?

Thanks for your answer.

Please Log in or Create an account to join the conversation.

More
11 years 3 months ago #50599 by ggppdk
Replied by ggppdk on topic return after login
Hello

-- the return variable is restored by our SYSTEM plugin according to the way it was encoded by FLEXIcontent, and this is done in order to support UNICODE ALIASES in the URL

This is the code executed by our system plugin on the AfterInitialize Event:
Code:
$return = JRequest::getVar('return', null); $isfcurl = JRequest::getVar('isfcurl', null); $fcreturn = JRequest::getVar('fcreturn', null); if ($return && ($isfcurl || $fcreturn)) JRequest::setVar('return', strtr($return, '-_,', '+/='));


i do not know what the CB plugin does,
maybe if i had access to it, i would know more


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star review. Thanks!

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline
Save