I know this is an old plugin, however I do have a use for it...
Anyways, it works fine on 3.82 except for messing up the blog page. With the plugin enabled the main blog page gives the error below
Code:
<!--
Database error in vBulletin 3.8.2:
Invalid SQL:
SELECT COUNT(*) AS total,
FROM_UNIXTIME(dateline - , '%c-%e-%Y') AS period
FROM blog AS blog
LEFT JOIN blog_user AS blog_user ON (blog_user.bloguserid = blog.userid)
WHERE options_guest & 1 AND ~blog.options & 8 AND state IN('visible') AND dateline >= 1237676400 AND dateline < 1240177194
GROUP BY period;
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 ' '%c-%e-%Y') AS period
FROM blog AS blog
LEFT JOIN blog_user AS blog_user ' at line 2
Error Number : 1064
Anybody an idea??