XGC Paravain
Customer
Im wondering how to update my members past activity?
Click Recalculate Achievements![]()
If you've bought Pro, you should probably delete your existing achievements / criteria / etc and import the provided achievement set - that's known to work, and gets rid of any potential configuration issues![]()
UPDATE user SET dbtech_vbactivity_achievementcount = 0
In that case, you can runvia vBulletin's "Execute SQL Queries" page.Code:UPDATE user SET dbtech_vbactivity_achievementcount = 0
If you're using a table prefix (which is set in /includes/config.php) you need to prefix that to the table name user in the above query.
We use essential cookies to make this site work, and optional cookies to enhance your experience.