I don't want the message after login in or login out to show up, this "you're now logged out, thanks for visiting xyz forums" or "you're now logged in, thanks for visiting xyz forums", to show up!
Please how to change this!? After login out, I want it to go directly to the login-page. And after logging in, I want it to go directly to the "You're logged in as xyz"-page!
in inc_top.asp around line 364 or so there's this code:
<% if strLoginStatus = 0 then%> <p align="center"><font face="<% =strDefaultFontFace %>" size="<% =strHeaderFontSize %>">Your username and/or password were incorrect.</font></p>
<p align="center"><font face="<% =strDefaultFontFace %>" size="<% =strHeaderFontSize %>">Please either try again or register for an account.</font></p> <% else %> <p align="center"><font face="<% =strDefaultFontFace %>" size="<% =strHeaderFontSize %>">You logged on successfully!</font></p>
<p align="center"><font face="<% =strDefaultFontFace %>" size="<% =strHeaderFontSize %>">Thank you for your participation.</font></p>