Installed this a few days ago, the members are absolutely loving it, thank you for this mod!
Two questions I cannot figure the answer to...
1. I have created a couple of new awards that are based on new fields like "most calendar entires" and "most downloaded attachment" but no matter what I do the test query comes up with zeroes for everyone. This is only for a few of the awards that I made. Is there something I need to do to populate the stats database? Here's an example query in question:
Code:
SELECT u.userid,
u.username,
points_misc_events AS get_count
FROM vb_xperience_stats as s
INNER JOIN vb_user as u ON u.userid = s.userid
ORDER BY get_count DESC,
points_xperience DESC LIMIT 10
2. I made several custom awards to assign manually, but no matter who I assign them to one additional user (id 4) always receives the same award. is this an intended function?
Thanks in advance if anyone has had a similar problem or knows a simple fix!