MyBB Community Forums

Full Version: How to list user posts that have an external link and user have lesser than X amount
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to list user posts that have an external link and user have lesser than X amount total posts

Is this possible?

So that I can make a quick spam check
You can search for users with less of X posts from the ACP: Home » Users » Find Users

To list user posts with external link, it's impossible. You can list posts with an url from your DB (SELECT * FROM mybb_posts WHERE message LIKE '%http%://%' but you cannot exclude your own url