re: vb2 gold and all other versions
I believe if you install from the latest zip on the front page of this thread you should have no problems. Those who were having problems most likely:
-Installed one of the old versions of the hacks
-Then used W.Luke's fixed queries but his queries were from a later version of the hack where I changed variable names to use VB2's new scheme
Sooo they had part old hack and part new hack = non working hack. If you use the latest version there should be no problems.
re: Not clearing the logs??
Anyone else with this problem? It couldn't be a simpler action:
PHP Code:
// CLEAR LOGS?
if($clearLogs=="yes")
$DB_site->query("DELETE FROM modlog");
That's it. Dunno how that can malfunction for ya.