Hi,
thanks for this Great Mod,
Well im having database error :
PHP Code:
Invalid SQL:
SELECT COUNT(*) AS count, followeeid AS userid
FROM VBdbtech_follow_follow
WHERE followeeid IN(
SELECT DISTINCT userid
FROM VBpost AS post
WHERE
)
GROUP BY followeeid;
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 ')
In this page :
profile.php?do=editoptions
Thank you.