My forum has a few hundred users that have an identical expired signature from several years ago that looks like this:
[img]http://url.com/~expiredimage.jpg[/img]
The [img] tags are BBCode used to display images in the forum's script. The forum software is XenForo.
Is there a way I can mass delete all of these signatures from phpMyAdmin? If so, can you please tell me with the exact steps and query to run?
If any occurrence of 'expiredimage.jpg' needs to be changed, you can do it directly with
That will change anybody with a signature that references expiredimage.jpg to the signature you specify in the query.