Closed (fixed)
Project:
Avatar Selection
Version:
5.x-1.2-3
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
18 Mar 2007 at 06:56 UTC
Updated:
6 Jun 2007 at 08:58 UTC
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
Comment #1
stella commentedThe 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
Comment #2
stella commented