Just looked at that hack....
you probably would know for sure.... but it looks like where it's got this:
code:
<meta http-equiv="Refresh" content="1;url={$config['phpurl']}/index.php">
You could change to the actual URL of the forum you wants to drop them into (and you might not want the refresh in there either).... kinda like this:
code:
<meta http-equiv="Refresh" content="1;url={$config['phpurl']}/postlist.php?Cat=&Board=keyword">
Above where I've got "keyword" put the keyword to the forum you want to drop them into. If you don't know this.... hover your mouse over the link to the forum from your main index.... you'll see the keyword in the URL.

Hope that helps.
