XF 1.5 Username don't get update after change

AgonCrafter

Member
Hello everyone!
I have some problems with changing usernames.
If i change the username in the xf_user table (MySQL) the username don't get an update in particular areas (such as "New posts" and "lastThreadUser").

I can't figure out the exact problem, because in approximately 50% of the areas it works fine.
Is there an other entry in the database where i must set a new timestamp that xenforo recognize the change completely?


Big thanks in advance

---
Greetings
AgonCrafter
 
You should not be updating usernames in the table directly, there are more tables involved that get updated when you change a username. Correct way to update a username is in the ACP.
 
Top Bottom