Navigation
Common markers
These are substituted in all newloginbox item displaying templates.
Markers
- ###ACTION_URI### - URI of the request for the login/logout form
- ###EXTRA_HIDDEN### - Hook required (additionnal hidden field used by kb_md5fepw extension by Kraft Bernhard)
- ###ON_SUBMIT### - Hook required (used by kb_md5fepw extension by Kraft Bernhard)
- ###PREFIXID### - Same as class name ('tx_newloginbox_pi1') usefull to get a unique classname prefix
- ###REDIRECT_URL### - URL of redirection upon login
- ###STORAGE_PID### - explicit enough I guess (if not : id of the page where user are stored)
- ###STATUS_HEADER### - depends of the template
- ###STATUS_MESSAGE### - depends of the template
Wrap parts
- ###HEADER_VALID### - usefull to define what to show/hide
- ###MESSAGE_VALID### - usefull to define what to show/hide
- ###FORGOTP_VALID### - usefull to define what to show/hide
- ###PERMALOGIN_VALID### - usefull to define what to show/hide
Newloginbox Language Markers (see pi/locallang.php)
- ###EMAIL_LABEL### - corresponding to 'your_email'
- ###FORGOT_PASSWORD### - corresponding to 'forgot_password'
- ###FORGOT_PASSWORD_BACKTOLOGIN### - corresponding to 'forgot_password_backToLogin'
- ###FORGOT_PASSWORD_ENTEREMAIL### - corresponding to 'forgot_password_enterEmail'
- ###LOGIN_LABEL### - corresponding to 'login'
- ###PASSWORD_LABEL### - corresponding to 'password'
- ###SEND_PASSWORD### - corresponding to 'send_password'
- ###USERNAME_LABEL### - corresponding to 'username'
Navigation | To top
Newloginbox templates - example
Navigation
Navigation | To top
TEMPLATE_LOGIN
This is the template for the login form with/without the 'forgot password' link.
###STATUS_HEADER###
###STATUS_MESSAGE###
###FORGOT_PASSWORD###
Navigation | To top
TEMPLATE_LOGOUT
This is the template shown after you logged in or displaying the status of current connection.
###STATUS_HEADER###
###STATUS_MESSAGE###
Navigation | To top
TEMPLATE_SUCCESS
This is the template displayed when successfull login.
###STATUS_HEADER###
###STATUS_MESSAGE###
Navigation | To top
TEMPLATE_FORGOT
This is the template made to mail you back your password to the adress you've registered.
###STATUS_HEADER###
###FORGOT_PASSWORD_ENTEREMAIL###
Navigation | To top
TEMPLATE_FORGOT_SENT
This is the template shown when password has been mailed back.
###STATUS_HEADER###
###STATUS_MESSAGE###
###FORGOT_PASSWORD_BACKTOLOGIN###
Navigation | To top