Disable vb login page redirect to own login
Ok, I have a custom CMS that when the user logs into it everything is all set up, they can even go to the forums and they are already logged in.
The only issue, is if they go to the forums first, via a link, or a search engine and then they want to post something they are redirected to the vbulletin login page. I want them to be redirected to my login page. I will handle the refferer url and bring them back to the posting page after they are authenticated.
Ideally I would like to do a header("location:/myloginpage.php'); in one of the methods.
Thanks,
Brian
Ok, I realize that there are templates I can edit. I can probably just change the form action="" to be my login page.
But what template would I edit?
|