In 6.x-1.4 of adaptivetheme, the advanced theme settings have some problems.

The breadcrumb setting works, but is reset to "Yes" (for Display Breadcrumbs) upon entering the theme settings page, meaning that it needs to be manually set back to either "No" or "Admin" every time theme settings are changed for anything else.

Also, the integrated admin theme (which is quite nice btw) always takes over display of node/edit and node/delete, regardless of the "Use the Administration theme for node add/edit/delete pages" in the theme settings.

Tested on multiple drupal installs, including a fresh 6.14 with only core modules active or installed. Changing the defaults in template.php and theme-settings.php have no effect on these issues.

CommentFileSizeAuthor
#1 at_admintheme-breadcrumb_v1.patch1.89 KBJeff Burnz

Comments

Jeff Burnz’s picture

Status: Active » Fixed
StatusFileSize
new1.89 KB

Hmmm, either I was drunk or very tired when I changed the logic for the admin settings or I'm just crazy... you decide, probably was 3am...

And the breadcrumb, that is another easy fix so good one for pointing that out!

patch attached fixes both issues and has been committed to head.

Jeff Burnz’s picture

Status: Fixed » Closed (fixed)

Fixed in the latest 6.x-1.5 release.