Karma - How do I reset karma totals to zero From Online Manual

Revision as of 21:29, 21 October 2013 by Illori (talk | contribs) (Bot: Automated text replacement (-version=1 +version=1.1))
Jump to: navigation, search

Currently you need to run a query from phpMyAdmin to reset the karma totals on your forum.

To do so, login to your phpMyAdmin and select your forum database from the left panel and Query from the right panel. In the SQL-query box enter the following query:

UPDATE prefix_members
SET karmaGood = 0, karmaBad = 0;
UPDATE prefix_members
SET karma_good = 0, karma_bad = 0;

Replace prefix with the prefix your forum uses for its SQL tables. By default this is smf_.



Advertisement: