XF 1.5 Mass edit posts

JackieChun

Well-known member
I need to delete the following text from ALL posts on the forum. Can anyone help me with a phpMyAdmin query?

Code:
[URL='https://example.com']Link[/URL]
 
I ran the query twice, and nothing happened. The text in question is still in the posts. Steps taken:

1) Choose the XenForo database in phpMyAdmin
2) Select the Query tab
3) Paste the command and press Submit Query

There was no confirmation or a message after I pressed submit.
 
1) Choose the XenForo database in phpMyAdmin
2) Select the xf_post table
3) Select the SQL tab
4) Paste the command and edit as needed, press Go
 
@Jeremy yes, the text is still there even when trying to edit, so it's not cached.

@AndyB When I select the xf_post table prior to selecting the SQL tab, the query box is automatically populated with the following on line 1:

Code:
SELECT * FROM `xf_post` WHERE 1
 
@Brogan I did use the bb code editor. The original query resulted in 1 rows affected, but that did not delete the actual text from the posts. Then I used instructions in @AndyB 's follow-up post, and that results in 0 posts affected.
 
Top Bottom