Stormlilly
Member
Hey guys,
I would really appreciate it if one of you talented XF folks could help me out with a Query I need.
When I used to run my forum on Vbulletin this is the SQL Query I would run to update a user's name throughout posts.
I'm looking for something similar for XF, because the table structures are different I need a little help.
I would really appreciate it if one of you talented XF folks could help me out with a Query I need.
When I used to run my forum on Vbulletin this is the SQL Query I would run to update a user's name throughout posts.
UPDATE `post`
SET `pagetext` = REPLACE(`pagetext`, 'membername1', 'membername2')
I'm looking for something similar for XF, because the table structures are different I need a little help.