The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I put code on the front of my site where a user can login. Problem is when you login in it opens up the page that says "Thank you for logging in user. Click here if your browser does not automatically forward you" when it refreshes, it doesnt go to the forums, it goes back to the front page of the site.
any idea? If you type in a wrong password it goes to login.php like it should and gives you the invalid username or password page. I'm close I know I am.. This is the code I have.. Code:
<!-- login form --> <form action="/forum/login.php" method="post"> <script type="text/javascript" src="/forum/clientscript/vbulletin_md5.js"></script> <table cellpadding="0" cellspacing="3" border="0" width="194"> <tr> <td class="smallfont" align="center"><font color="#FFFFFF" size="2" face="Verdana, Arial, Helvetica, sans-serif">User Name</font></td> <td align="center" width="74"> <p align="center"> <input type="text" class="button" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="1" value="" onfocus="if (this.value == 'User Name') this.value = '';" /></td> </tr> <tr> <td class="smallfont" align="center"><font color="#FFFFFF" size="2" face="Verdana, Arial, Helvetica, sans-serif">Password</td> <td align="center" width="74"> <p align="center"> <input type="password" class="button" name="vb_login_password" size="11" accesskey="p" tabindex="2" /></td> </tr> </table> <p> <input type="image" src="fpage/index_24.jpg" tabindex="4" title="" style="float: right" width="52" height="27" ></p> <input type="hidden" name="s" value="" /> <input type="hidden" name="do" value="login" /> <input type="hidden" name="forceredirect" value="1" /> <input type="hidden" name="vb_login_md5password" /> </form> <!-- / login form --> any ideas? |
#2
|
|||
|
|||
![]()
That would be right then.
If they are logging it it always returns you to where you where when you logged in. |
#3
|
|||
|
|||
![]()
crap.. I want it to take them to the forums.. How can I do that?
|
#4
|
|||
|
|||
![]()
Nobody knows?
I'm sure someone has the right code. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|