Hello,
I solved it using:
Adding this line in my ext_localconf:
|$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['felogin']['login_confirmed'][]
= 'tx_myextension->myfunction';|
And in my class extension:
|class tx_myextension extends {||
|| public function myfunction() {||
|| $my_new_url = "http://www.google.cat";||
|| header("Location $my_new_url");||
|| exit();||
|| }||
||}||
|
Best regards,
Iban.
El 25/04/2014 17:42, Iban escribió:
Hello,
I'd like to know how to config felogin in order to redirect it to the
page that user tryed to acces before show Login form.
I tried to use this manual but no result :(
http://wiki.typo3.org/Felogin#Users_manual
Could you help me?
Best regards,
Iban.
_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english