Most will have been converted to [EMAIL] tags, especially if they were posted in XF. Likely too if your forum software prior to XF if there was one supported a similar thing.
With that in mind, searching for [EMAIL] should work.
EDIT: After a test here, this may not work. You may be better off searching for it via the database:
Code:
SELECT * FROM xf_post WHERE message LIKE '%[EMAIL]%'
That's right, searching it also picks up the word [I]email
[/I]
Thanks, I don't want to edit database but I think you are right, that could be the only solution.
Yes, but my aim here is to take out any email addresses, so I either need to do it (ideally) via edit on the forum, or (after searching the database) manually on the database (which I'd prefer not to do)
So if I do a search on the database, I think that will be a complicate way to get to the post so I can edit them on the forum.
However at the moment it's a bit moot as that query gives me an error.
Code:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '%[EMAIL]% LIMIT 0, 30' at line 1