When taxonomy theme is used to provide subsites, it can become hard for users to stay on the same subsite as every time they hit a page that doesn't trigger a given theme (e.g., search/node) they lose their context.
One option for maintaining theme context would be to use session data. Approach: A session variable is set to the custom theme when the theme is changed. In subsequent page visits, that custom theme is used if no other custom theme is selected.
Draft patch attached, not tested yet.
| Comment | File | Size | Author |
|---|---|---|---|
| taxonomy-theme-maintain.patch | 2.09 KB | nedjo |
Comments
Comment #1
profix898 commentedI have added this feature to the ThemeKey module for D6. Moving there and marking fixed.
Thanks a lot for the idea and the draft patch :)