It is possible to delete all the Avatar for all users at once?
It is possible to delete all the Avatar for all users at once?
|
Hello!
Now u may use this query for null users avatars (but pictures will be left in site). UPDATE `Profiles` set `Avatar`='0'; Regard |
Hello!
Now u may use this query for null users avatars (but pictures will be left in site). UPDATE `Profiles` set `Avatar`='0'; Regard Thanks for your help Where I put this line in the phpMyAdmin, under what? `Profiles` set `Avatar`='0';
and how did i returns it back to default agian?
|
Yes, it should be done via phpMyAdmin, in ur Dolphin database (but backup it first). Then also need to clear all profiles cache files in folder cache. This query turns back all users avatars to defaults. Regard |