Velocd, for the redirecting upon e-mail activation to work, I THINK the correct place for the code would be to
replace this:
PHP Code:
eval("standarderror(\"".gettemplate("error_activatedthanks")."\");");
with this:
PHP Code:
$goto="newthread.php?s=$session[sessionhash]&action=newthread&forumid=29";
eval("standardredirect(\"".gettemplate("redirect_introduction")."\",\"$goto\");");
I haven't tested it yet, but I think it should work..
Currently I don't have the ability to set up a test board or anything and I don't really want to test it on my live forums..