Quote:
Originally Posted by 711
I tried that edit, which produces this error:
Code:
Database error in vBulletin 3.6.4:
Invalid SQL:
-86400
AND forumid NOT IN (0)
ORDER BY views DESC
LIMIT 10;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-86400
AND forumid NOT IN (0)
ORDER BY views DESC
LIMIT 10
Error Number : 1064
|
Try replacing:
TIMENOW - 86400
with:
(TIMENOW - 86400)
Quote:
Originally Posted by nonet
Excellent Hack!
Installed flawlessly but the "Active", "Non-Active", and "Activity Level" stats don't show. Anybody know if I missed something?
|
Check vBulletin user activity settings. Perhaps they are off or set to 0.