Delete all Avatar at once?

It is possible to delete all the Avatar for all users at once?

Quote · 15 Jun 2010

Hello!


In current versions - no, but in future we'll add avatars adminstration too.

Now u may use this query for null users avatars (but pictures will be left in site).

UPDATE  `Profiles` set `Avatar`='0';

Regard

Quote · 15 Jun 2010

 

Hello!


In current versions - no, but in future we'll add avatars adminstration too.

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?

 

Quote · 15 Jun 2010

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

Quote · 15 Jun 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.