Hello i am new to Drupal and i want to set up a new multi-site project with one Database and different Content on each site but same users.

I installed domain access (domain-6.x-2.0 rc6), but i have one problems with it:

1. When i make changes to a theme (color etc.) it affects ALL domains ( the colour setting is erased in the not active domain) The different domain names in the header are okay, they change correct depending on the site

I already search forum and documentation, but i did not find a solution for what i did wrong ...

Is there anyone who can help me?

Bye
Neo-Alpha

Comments

blackdog’s picture

By default all your domains share the same theme, so naturally your color changes affects all sites. Install the Domain Theme module which is included in the package if you want different themes for your domains.

Neo-Alpha’s picture

Tahnks for your fast reply ...

The domain theme module is insatlled and activated ...

I dont understand the configuration behavior: when i adjust colours in www.example.com, ther is a file writen in sites/default/files/color ...

when i adjust colours in www.example2.com, there is a file wirten in sites/example2.com/files/color but the one in sites/default/files/color vanishes / is deleted ...

Did i make something wrong in configuration?

blackdog’s picture

Ahh, might be that the Color module doesn't know it operates on different domains/files folders. Maybe agentrikard has more input on this, cause I don't really know how the color module works.

agentrickard’s picture

Status: Active » Closed (duplicate)

This is a documented limitation.

Please see #303406: add theme settings configure page to domain_theme, for the patch that may correct this issue.