MyBB Community Forums

Full Version: SQL Query to remove few texts from message
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need to remove the following texts from all posts.

[USER=1234]@Username1[/USER]
[USER=3454]@AnotherĀ User1[/USER]
[USER=2321]@Username3[/USER]

etc.

Please provide me the sql query to execute to remove all texts in bulk.

Thanks.
I think it's going to take a little more then a SQL query to do what you want, but I could be wrong. Can't you just use the bad word filter as I work around?
Bad Filter is considering wildcard * as a single character. That's why I can not omit all instances.