V
vVv
Guest
I checked some threads out, didn't really see anything definitive though. I'm sure there's database query to run perhaps.. I need something to run that deletes maybe newest users, zero posts, in specific "registered" member group only. Because I have "paid access" usergroup, that has paid users in there, with some zero post counts. And other usergroups as well. I'm mainly focusing on just normal "registered users", with zero posts.
Delete xf_user = 0 posts from usergroup id = "x";
Delete xf_user = 0 posts from usergroup id = "x";
Code:
DELETE
FROM user_group_id = X;
SELECT xf_user
WHERE message_count = 0;