Closed (fixed)
Project:
Taxonomy Theme
Version:
master
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
18 May 2006 at 17:46 UTC
Updated:
31 May 2006 at 16:35 UTC
I have a custom menu. In the block setting I activate the menu in the left column. When I change theme, the custom menu disappears. I discovered that I need to do activate it again for the newly chosen theme.
I consider this a bug, not a feature. I always thought that the idea of a theme was to separate design from content. I consider menu as content and therefore it should not be turned off with a change of theme.
In combination with with taxonomy_theme, this bug makes chaos complete. In one taxonomy the menu appears in others it doesn't. I am still trying to figure out how to set it up that the menu appears in all taxonomy themes.
Comments
Comment #1
ñull commentedI was not aware of this feature that each theme has separate block settings. I usually have only one theme enabled, so I never noticed it. I really wasted some time on this and I would like to avoid that for other users. The following text could be a way to warn them:
Comment #2
profix898 commentedThats not entirely true. In 4.7 you can also hide active themes from users by removing 'select different theme' (system.module) permission.
Independent block settings for each theme is a new feature in 4.7. I assume that you were using 4.6 before!? Many users don't realize the new per-theme block settings feature. Generally I think it is obvious that these block settings always take effect regardless whether a user switches theme or taxonomy_theme does. I agree there should be a notice showing users the need to configure blocks for every theme used in taxonomy_theme. But explaining the feature and showing how to configure blocks is something for the drupal handbook IMO. (Maybe you can post an issue there as well.)
Thilo
Comment #3
profix898 commentedI just discovered your "Show all themes" issue and I agree all themes listed in block settings could be helpful.
With taxonomy_theme you currently have two possibilities:
1. enable only one theme and choose 'Allow all Themes' option to be able to use all themes with the module.
2. enable all themes and remove 'select different theme' permission for all users.
The problem is a situation with a few themes enabled and 'select different theme' (for certain roles) and 'Allow all Themes' enabled to let your users only choose from active themes but to be able to use all themes (internally) with taxonomy_theme.
Comment #4
ñull commentedI did not think of that. Thanks!
Comment #5
profix898 commented