Andy
Administrator
phpMyAdmin -> xf_post -> SQL
Add the following SQL query to update text in a post.
Note: this update is case insensitive.
Make sure you have a recent database backup to restore from should something go wrong.
Add the following SQL query to update text in a post.
Note: this update is case insensitive.
Code:
UPDATE xf_post SET message = REPLACE(message, 'current content', 'new content')