Is there a way to delete all or a group of avatars so they don't show up as a choice in the user profiles? I mass added a bunch of avatars and I don't like them and I want to get rid of them. I have deleted the images but the choices are still there with the red x. Deleting them one by one in the admin section would take forever.
what you need to do is create a couple sql strings....
1. retrieve all avatars and loop thru them 2. before you move to the next avatar search members table to see if anyone has that avatar selected 3. if nobody has it selected then run sql to delete
there might be a better way but that is how i would code it and I do not think it has been coded before and posted here.