I have a 5.16 Drupal install with the Shared Sign-On (5.x-1.3) module. We have common users across 4 separate web sites (different domain names). Avatars only appear in the web site they were uploaded from. Then, when a user adds an avatar on a second site, it overwrites the avatar on the first site and the original avatar stops working.

What steps do I need to do to get users to see one common avatar across all 4 web sites or have a unique avatar on each site?

Comments

stella’s picture

You need to ensure that the 4 domains share the same avatar_selection table. You also need to share the same files/avatar_selection directory between the 4 sites, so they each have access to the files. If you can't set up a shared files directory, then you might be able to create a symlink, just for the avatar_selection subdir.

Cheers,
Stella

stella’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.