rustydrifter10 said:Profiles aren't just deleted.
Look, this isn't some limitation of the vBulletin script itself—it’s a forum policy decision. The software actually provides a way to perform a mass prune of both users and threads. ☕
There's no function to mass delete users by a profile field, but you can prune users by user group. So you could do this:
- Create a temporary user group, note the id number.
- Execute this SQL query:
Block Disabled: (Update License Status)
Suspended or Unlicensed Members Cannot View Code.
But replace X with the id of the temp group you created. (If your db has a table prefix you'll need to modify the query to include it).
- In the adminCP go to Users -> Search for Users and search for users in your temp user group, make sure the list of users looks like the ones you want to delete.
- Go to Users -> Prune/Move Users, select your temporary user group and enter '0' for the 'Has not logged on for x days' field. Press 'Find'
- On the next page select 'delete' and press the 'Go' button.