Carbon Theme in multisite install references other site in stylesheet?

egradek

Joined: 2008-12-21
Posts: 6
Posted: Sun, 2008-12-21 17:23

Hi All,

I just setup a multisite deployment and was looking specifically at the Carbon theme for the 2nd site. When I look at the source code for the site, I see in a number of places links to css info, java info, even the gallery2 logo pointing back to site 1 on the server. For example, when I go to www.site2.com/gallery2/main.php, right click, view source I see:

<link rel="stylesheet" type="text/css" href="http://www.site1.com/gallery2/modules/core/data/gallery.css"/>

<link rel="stylesheet" type="text/css" href="http://www.site1.com/gallery2/modules/icons/iconpacks/silk/icons.css"/>

<script type="text/javascript" src="http://www.site1.com/gallery2/themes/carbon/theme.js"></script>

etc.....

Is there any way to prevent this? I'm looking to keep all of the sites isolated. (Extra Difficulty Level: I have no idea what I'm doing when it comes to css, php, html programming. :/ )

Thoughts?

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Sun, 2008-12-21 17:49

from the docs:
http://codex.gallery2.org/Gallery2:Multisite#Disadvantages

Quote:
All multisites share the same set of plugins (modules and themes). If you create a custom theme for one site, all other sites can use it as well.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team