Great hack! I changed 1 thing however:
in postings.php:
PHP Code:
eval("standardredirect(\"".gettemplate("redirect_bump")."\",\"showthread.php?s=$session[sessionhash]&threadid=$threadid\");");
TO:
PHP Code:
eval("standardredirect(\"".gettemplate("redirect_bump")."\",\"forumdisplay.php?s=$session[sessionhash]&forumid=$threadinfo[forumid]\");");
Because I see no reason why you would want to redirect to the thread when you obviously don't want to post in it!
You should also change the text from the new
redirect_bump template to:
Thank you for bumping the thread. You will now be returned to the index of the current forum.