T O P I C R E V I E W |
The Zim |
Posted - 08 April 2009 : 12:14:13 This is just a suggestion for future versions, you guys ought to change the code somehow so that when someone goes to post when they're not logged in, the are logged in after, I've posted several things on here, and I had to put in my username and password. It would be much nicer if after the post, I was logged in with the username and password I used to make the post. Of course, it's probably more just me being lazy and not just taking the time to login, lol, but whatever, just an idea for you. |
4 L A T E S T R E P L I E S (Newest First) |
Etymon |
Posted - 08 April 2009 : 14:47:50 A person could code in a checkbox that says "Log me in after this post" LOL! Thoughhh, I am not volunteering for it at this time. |
SiSL |
Posted - 08 April 2009 : 13:58:50 You can do it simply, if you don't want such "feature" like on post.asp
<% if mLev < 1 Then Response.Redirect "login.asp" End If %>
etc.
I personally do that everytime. Otherwise it confuses people why "Person's last post being newer than his last logintime" etc...
|
The Zim |
Posted - 08 April 2009 : 13:43:54 oh ok, lol, nvm then, lol. |
ruirib |
Posted - 08 April 2009 : 12:27:16 I think you have just given the solution yourself - login before you post.
The feature is there for a reason - to allow posting without logging in. If you want to login, use the login forum. Logging in after posting like this would defeat the purpose of the feature. |
|
|