Karma - How do I reset karma totals to zero: Difference between revisions From Online Manual

Jump to: navigation, search
(No difference)

Revision as of 18:50, 6 September 2011

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;

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



Advertisement: