Quote:
Originally Posted by zeeg99
The problem is, once they get back to index.php, it's not showing them as logged in, nor does it show them as logged in if they browse to the forums.
(
|
Try this, it worked for me..
<form action="http://www.yourhost.com/forum/login.php" method="post">
Username:
<input type="text" name="vb_login_username" />
Password:
<input type="password" name="vb_login_password" />
<input type="submit" value="Login" />
<input type="hidden" name="vb_login_md5password" value="" />
<input type="hidden" name="forceredirect" value="1" />
<input type="hidden" name="do" value="login" />
<!-- send user to url after logged on -->
<input type="hidden" name="url" value="login.php" />
</form>