View Full Version : Set Reputation to 0
weitalia
Thu 29th May '08, 4:08am
I want to revert my reputation system to original data (like it was disabled until now) to restart using it on my forum.
How i can restore original reputation point and reputation power on my users?
Steve Machol
Thu 29th May '08, 3:33pm
First backup your database. Then run these queries to reset the reputations (assuming no table prefixes):
DELETE FROM reputation;
UPDATE user SET reputation = 0;
UPDATE user SET reputationlevelid = 10;
Then you need to run this counter:
Admin CP --> Import & Maintenance --> Update Counters --> Rebuild User Reputation
Ronseal
Tue 18th Nov '08, 4:35am
After many years of running my board I've just switch on the Reputation system, so just a quick question.
I've set my board so that users have to post a minimum of 100 posts before they get a their first point of 'Reputation Power' does that mean the post count starts from now? I have many users who have thousands of posts but their 'Current Reputation Power' displays as '0' in there profile, as does mine and I'm the Admin.
Clarification would be appreciated! :D
vBulletin® v3.8.0 Release Candidate 1, Copyright ©2000-2008, Jelsoft Enterprises Ltd.