Frank Weindel
> Hi all,
> 
> Does anyone know if it is possible at all to have felogin automatically 
> redirect a user to the page they were at previous to the login page? I 
> seem to only see settings where you can specify a specific page to 
> redirect to.

I don't know if login box entensions have proper hook (if not they need 
an XCLASS), the last used page should be stored either as cookie or into 
  a database field.


If you to store database because that solution is browser independent. I 
have used for this kind of issues serialized array. In addition it is 
needed to use hook or XCLASS for a class file, which  is use in every 
frontend page.

If you use cookies you don't need hook or XCLASS for a class file, which 
  is use in every frontend page, but the page is not the same using 
different browsers.
_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to