Manage Login Dialog Screen

As shown above the Manage Login Box screen allows you to edit the html and css for the login dialg.

Login Box CSS

This text area contains plain css that is stored for the login box. The css can be retrieved from $userSessionPro->css.

Login Box Dialog

The Login Box Dialog text area holds the html/php for the login box template. When a user is not logged in they will see this template.

Logged in Box Dialog

This is the alternative state for the login dialog, when a user is logged in they will see this template when $userSessionPro->showLoginDialg() is called.

Login Preview

This shows you a preview of how your login box dialog template will look.

Logout Preview

This shows you a preview of how your alternative stat template (Logged in Box Dialog) will look.

ProPHPScripts