Quote:
Originally Posted by DragonBlade
Wayne, what counters need to be updated? Is it some special Mods that you guys have installed here, or what? I have an "item" that can be "bought" with a shop mod I created that changes a user's name, and I've never had any problem with counters. I'd thought that was all done using UserIDs.
Is there something I'm missing? I'd like to know in case I have to consider it for my modification.
--Sarteck
|
Forum, Thread and Post information counters should be updated when you change a user's name. It is not all done by userid because of denormalization for performance purposes. Having a join to the user table on every query is not needed.