Originally Posted by Dennis B
sv1cec,
This is an awesome hack, thanks for sharing.
A question, though. I'm doing the file mods and at this step in your instructions:
9. Open file includes/functions_newpost.php and find:
global $DB_site, $vboptions, $vbphrase, $bbuserinfo, $forumperms, $usergroupcache, $wehavecensoredwords, $weneedacounter, $_REQUEST;
Replace that with:
global $DB_site, $vboptions, $vbphrase, $bbuserinfo, $forumperms, $usergroupcache, $wehavecensoredwords, $weneedacounter, $newpostid, $_REQUEST;
I can't find that line. I doubled-checked in versions 3.0.3 and 3.0.5 - which I'm running.
The line I can find is
global $DB_site, $vboptions, $vbphrase, $bbuserinfo, $forumperms, $usergroupcache, $_REQUEST;
which is pretty close.
Shouldn't the variables $wehavecensoredwords, $weneedacounter be just in the second line...?
Thanks,
|