using multisite installation (one code/directory structure many databases) the module has only one folder for the pictures. So pictures cannot separated for each site.
Possible solution: at admin/settings/avatar_selection it should be possible to set the picture folder.

Comments

stella’s picture

Assigned: Unassigned » stella

The avatar_selection module uses the drupal 'file_create_path' api function. This uses the variable 'file_directory_path' to determine the path to the install, e.g. /var/www/drupal/files/ Since you're using multiple databases for your installation, you should be able to configure a unique path for each domain/site. I would suggest using the structure: /var/www/drupal/files/www.mydomain.com/ etc. Then the avatar_selection directory would be created under each domain subfolder and you should have a unique set of files for each site.

Cheers,
Stella

stella’s picture

Status: Active » Closed (fixed)