Quote:
Originally Posted by jcrash
I just want to point out I went to his site and found a usenet ppost, then searched on a word from its title...NO MATCHES
The search portion of this hack is broken, please log it as a bug. :ermm:
|
Ok, found the problem. The final Gold release changed a function name.
the "getforuminfo" function is now changed to "fetch_foruminfo". Around line 235, find:
$foruminfo=getforuminfo($threadinfo[forumid]);
Change it to:
$foruminfo=fetch_foruminfo($threadinfo[forumid]);