PDA

View Full Version : delete users


xMOe
03-29-2009, 07:28 AM
Hello guys ,
i wan to delete users on tow ways as the following :

1- users has less than 100 replay and posts
2- users has NO posts or replay in specific form ( form id = 120

How i can perform these as mysql statment in phpmyadmin or mysql terminal

thanks

snakes1100
03-29-2009, 11:45 AM
Do not do this in phpmyadmin, there are other tables that store info for users.

Use the built in feature in the admincp --> users --> prune/delete

You can search, then delete the users based on your criteria there.