16 Oct
2005
16 Oct
'05
11 p.m.
On Sun, 16 Oct 2005, Morbus Iff wrote:
I'm fixing to launch a multi-config/single-codebase site (ie., multiple domains pointing to the same Drupal installation, with differing sites/ configuration pointing to different databases), and I'm a little worried about how user account pictures are going to be handled. Currently, pictures are saved as just files/pictures/4.jpg for uid 4. But, what happens when uid 4 from BOTH sites tries to upload their pictures?
You obviously need to set the files directory to something different per site. I recommend to hardcode it into settings.php. Cheers, Gerhard