Insert login box through typoscript


/ Published in: TYPO3
Save to your folder(s)

With this snippet you can insert a felogin box through typoscript

Check the extension manual for all the variable options


Copy this code and paste it in your HTML
  1. lib.loginbox = USER_INT
  2. lib.loginbox {
  3. userFunc = tx_felogin_pi1->main
  4.  
  5. #copied from the sysext/felogin template file and modified slightly for our purposes
  6. templateFile = fileadmin/templates/felogin.html
  7.  
  8. # location of member records
  9. storagePid = 19
  10.  
  11. # set redirect options as per felogin documentation
  12. redirectMode = login
  13. redirectPageLogin = 29
  14.  
  15. #set other options as per felogin documentation
  16. showForgotPasswordLink = 1
  17. wrapContentInBaseClass = true
  18. }

URL: http://www.seethroughweb.com

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.