![]() |
How do I put in forum login field on website?
Hi. How can I put a forum login field on my website? I tried it, and it semi-worked. When the user logs in though, they go right back to where they came from which would be my website - I want them to land on the index page of the forum. How can I do this?
Thanks. I suppose it would be cloaking or hiding the referral from going into the header of the login.php file somehow I need to accomplish this with my login field. |
In the login-form there are two hidden fields called 'url' and 'forceredirect'. Have you tried editing those?
|
Quote:
Code:
<form action="forum/login.php?do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, 0)"> |
Add these fields to your form:
<input type="hidden" name="forceredirect" value="1" /> <input type="hidden" name="url" value="http://www.google.com" /> |
All times are GMT. The time now is 10:41 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|