Quote:
Originally Posted by grant.hayman
I did this (got the code from this forum somwhere I think so cant take credit)
find and comment this block
Code:
eval(standard_error(fetch_error('registration_complete', $username, $vbulletin->session->vars['sessionurl'], $vbulletin->options['bburl'] . '/' . $vbulletin->options['forumhome'] . '.php'), '', false));
and add this below
Code:
// Send the User to another page on registration
$vbulletin->url = "http://yoururl_here". $vbulletin->session->vars['sessionurl'];
eval(print_standard_redirect('registration_complete'));
|
Thank you very much that seems to work fine although its dosnt log you in automatically, but that is fine
--------------- Added [DATE]1204119479[/DATE] at [TIME]1204119479[/TIME] ---------------
Quote:
Originally Posted by Opserty
Refrain from editing files, they will cause all sorts of things to break if you end up replacing them during an upgrade. Anyway try this out: Redirect after Login
|
Hi thank you for the link, unfortunately its not quite what I was looking for. I am only looking to redirect people who login on a certain page, I built a custom register2.php to handle this page so the rest of the site will still be unaffected
Thanks for your help everyone