To make the authentication on my sites a little more
user friendly, for my particular use, I created a different
login view Not Logged In that can be used to display as
follows:
Default view when logged in, OR:
Welcome, Guest
You are currently
Not Logged In
With the last line, you are linked to the front page form.
This way I only have to show the login on the front page
(removed from index.php in Theme)
To use:
1. drop file into modules\loginmodule\views
2. remove login from Themes index.php
3. optionally define style login_welcom in
Theme CSS file (this is actually referred to in default.tpl)
95% other peoples effort.
Gerrit
Alternate view for Login Module