PDA

View Full Version : [Solved] User name change & quotes


Stratis
01-05-2017, 07:23 AM
Hi, I have changed username from one of Smoderators I have, all ok but in all post that have quotes with his posts it shows the old username.

I have run all Maintenance tools & Scheduled Tasks, but old username do not change.

Is there a query to run that can solve this?

Thanks

Kane@airrifle
01-05-2017, 07:56 AM
Yes. Usual backup warnings etc.
In phpmyadmin

UPDATE post SET pagetext = REPLACE(pagetext,
'QUOTE=oldusername',
'QUOTE=newusername');