Fix:
Find in global.php:
Code:
exec_header_redirect($foruminfo['link']);
Replace with:
Code:
$DB_site->query("Update " . TABLE_PREFIX . "forum Set linkhits=linkhits+1 Where forumid='$foruminfo[forumid]'");
exec_header_redirect($foruminfo['link']);
This should work let me know if you have any problems
You do not do the forumdisplay part in the instructions
You replace the global.php instructions with those above