You are not logged in.
Pages: 1
Is there a way I can include the Login/Logout link across all pages and not limited to just the Login page?
I'd also like to add a Signup link to 'Request Access.'
Any help would be greatly appreciated.
Offline
Hi Arudd,
Depending on how far you have got, the following points might be useful:
The header includes a logout link when a user is logged in, and usually includes a link to the login page when they are not.
If you want to add a popover or modal style login form to these pages, you should create a form that POSTs to {$IMS.authenticateurl} with fields "username" and "password".
You can add a static link to requestaccount.tlx to provide a signup option.
The variable {$IMS_USER.singleusertype} is set when a user is logged in under an individual account (as opposed to an event).
Dominic
Offline
Thanks @dominic, I appreciate the help!
Offline
Pages: 1