i have just started playing with the multisite functionality on drupal and was wondering if there is any way to have an overall theme for all of the sites but then for each one has it's own node or page template that is just unique to that site.

is that possible or do i need to copy the entire theme over and over and just make the changes to each one.

Comments

fpainchaud’s picture

Depending on your multisite setup. I'm not the expert on Drupal, but i'd like to help! I acutally have 7 sites with multisite config that works perfectly. I'm not sure I understand correctly. Do you want your sites to be with the same theme and to modify your theme for each one? If so, you'll have to install your theme in each site files : /sites/site1/themes/. Then they become totally independant, and when updating your theme you'll have to upload files to every folder. If you don't want to personalize your theme for each site (header, colors...), than just use the sites/all/themes folder and only upload to that folder when an update is available.

Let me know if I did not understand correctly your question!