Closed (fixed)
Project:
Virtual Sites
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
1 Dec 2009 at 22:22 UTC
Updated:
7 Mar 2015 at 14:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
kndrTry this (see attached pictures):
1) define two conditions: "NOT admin/build/block" and "NOT admin/build/themes",
2) fill php statements for defined conditions,
3) set variables: "theme_default" and "custom_theme" in "Variables" section (both to your default theme),
4) change weight of virtual_site.module to -1 (use utility module http://drupal.org/project/util or change directly in {system} table).
Comment #2
adamps commentedTrue, if you use the variables module to set the theme, the change happens too late.
The current version of this module has a sub-module virtual_site_theme that solves this problem.