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

Architeck’s picture

Hey,

I just worked around this on my Drupal 6 install please see http://drupal.org/node/297421#comment-1097224

spacedust’s picture

Hey your solution doesn't work for mee... I'm also using language prefix in my url....

Architeck’s picture

I found that when I enabled the "drupal for firebug" module after using this method to setup administrator themes per role, everything broke.

hass’s picture

hass’s picture

Status: Active » Fixed

The 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

eme’s picture

Status: Closed (fixed) » Active

wrong place sorry.

eme’s picture

Status: Active » Closed (fixed)