Third Light Developer Exchange

Code and templating community forum for developers and software integrators

You are not logged in.

Announcement

If you wish to join the Developer Exchange, please contact your account manager - this is to avoid unnecessary spam in the forums. Many thanks for your understanding.

#1 2013-11-12 06:47:28

arudd
Member
Registered: 2013-11-12
Posts: 4

Login/Logout Signup ALL Pages

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

#2 2013-11-12 11:37:32

dominic
Third Light Staff
Registered: 2013-06-06
Posts: 119

Re: Login/Logout Signup ALL Pages

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

#3 2013-11-12 20:35:51

arudd
Member
Registered: 2013-11-12
Posts: 4

Re: Login/Logout Signup ALL Pages

Thanks @dominic, I appreciate the help!

Offline

Board footer