/ Published in: TYPO3

With this snippet you can insert a felogin box through typoscript
Check the extension manual for all the variable options
Check the extension manual for all the variable options
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
lib.loginbox { #copied from the sysext/felogin template file and modified slightly for our purposes templateFile = fileadmin/templates/felogin.html # location of member records storagePid = 19 # set redirect options as per felogin documentation redirectMode = login redirectPageLogin = 29 #set other options as per felogin documentation showForgotPasswordLink = 1 wrapContentInBaseClass = true }
URL: http://www.seethroughweb.com
Comments
