Hello all
I don't know if this is too silly a question, but I will try anyway.
I am working on three connected websites with one thing in common: they share the same users. User registers on site A, but is also registered on site B and C. Logs in on any site and is also logged in on the other sites. I AM NOT USING MULTISIDES FEATURE. Each website is in a subdomain, e.g. http://www.mydomain.com/siteA, http://www.mydomain.com/siteB and http://www.mydomain.com/siteC. Each also has its own database.
I have managed to let them all share whatever I want them to share, except the avatar. And this has to do with the way seblod image upload field works, unless I'm mistaken. You can only choose a location inside the folder that Joomla/Seblod is installed in.
I'm trying to find a way of saving the images outside the current subdomain (or folder in which Joomla/Seblod is installed), so that it is accessible to all subdomains. It currently looks like http://www.mydomain.com/subdomain/images. I would like it to be http://www.mydomain.com/images/. I would then find a way of letting each subdomain access the images.
I hope this makes sense, is possible and someone out there can give some direction.
Thank you