Closed (fixed)
Project:
Sections
Version:
6.x-1.2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Nov 2008 at 10:41 UTC
Updated:
15 Sep 2009 at 18:30 UTC
I'm using "garland" as administration theme and checked the "Use administration theme for content editing"...
this works but when I install the sections module this doesn't work anymore... the default theme is now shown when I edit a node.
I then tried to create a section that uses the admin theme with the following php code for visibility
if(arg(2)=='edit'){return TRUE;}
still the default theme is shown....
Comments
Comment #1
Architeck commentedHey,
I just worked around this on my Drupal 6 install please see http://drupal.org/node/297421#comment-1097224
Comment #2
spacedust commentedHey your solution doesn't work for mee... I'm also using language prefix in my url....
Comment #3
Architeck commentedI found that when I enabled the "drupal for firebug" module after using this method to setup administrator themes per role, everything broke.
Comment #4
hass commentedMaybe a duplicate of #242299: Sections module page not sticking
Comment #5
hass commentedThe next version of sections will disable the core administration theme settings for compatibility reasons. I'm still thinking about changing the weight... but cannot remember what side effects I have had in past... need to carefully test first.
Comment #7
eme commentedwrong place sorry.
Comment #8
eme commented