PDA

View Full Version : Private Message Counts



ebasement.org
Mon 6th Nov '06, 11:02pm
Just finished the import process from another VB board. We chose not to import the PMs but the counts are still showing when users go into their PM box. Is there a way to reset this? Example:





We don't want to import them, just want to clear the count. Thanks!

Colin F
Tue 7th Nov '06, 2:37am
Run this query:
UPDATE user SET pmtotal = 0, pmunread = 0;

ebasement.org
Tue 7th Nov '06, 2:53am
Run this query:
UPDATE user SET pmtotal = 0, pmunread = 0;
Wow, how stupid do I feel? I checked every table but the user table for this. Thanks, worked like a charm!