That will need a hack.
Do this:
Open forumdisplay.php
Find:
PHP Code:
// end forumjump redirects
BELOW, add:
PHP Code:
if ($forumid=='xx') {
header("Location: http://www.google.com");
exit;
}
Replace xx with the forumid that you are using to redirect.
This will make ForumJump work as well. Should work. If it doesn't, try to remove
http:// from the URL in the code.