I am running 6.14 and using Domain Access in an attempt to host multiple enterprise-wide sites.

My question is --> where do I store the theme for a domain (site) specific design layout? I want my designers and higher-end user designers to get to the theme for their site only without being able to get to any other theme within my Druapl install.

Do I store the theme in /themes with some sort of custom permissions set to restrict and control access?

Or do I store the theme in /sites/all/themes/ or something like that?

[I did look at the Guide to Theme Development and tried to watch Tom Roger's YouTube videos but they did not contain what I need at the get-started level]

Thanks.

Comments

Dr. DOT’s picture

Ok, found it.

The theme name file needs to have a .info text file in it with certain settings defined.

Other than that the /sites/all/themes/ directory now works for me. Not sure when and why to put something into /themes/ directory though.

Tip: keep plugging away...eventually you will stumble upon a piece of key documentation in a tutorial or forum post that helps you get past your current hurdle.