On a fresh install of drupal 6.0-rc2, I went to admin/build/themes, and not one theme was marked as the default. I assume Garland is supposed to be marked default, because it is the only one enabled on install. I attempted to set Garland as default by selecting it's radio button, however it still never showed as being marked as default. I went to my database, and the variable 'theme_default' is set to 's:7:"garland";

Comments

TapocoL’s picture

Priority: Critical » Normal

Im guessing this should actually be normal, because it does not break the site.

TapocoL’s picture

Upon further investigating, The view source showed that it should be checked:

...
<td align="center"><div class="form-item" id="edit-theme-default-garland-wrapper">
 <label class="option"><input type="radio" name="theme_default" value="garland"  checked="checked"  class="form-radio" /> </label>
</div>
</td>
...

So, I went through Firefox 2, IE 6, Safari 3, Opera 9.25, and it shows checked in IE 6 and Opera 9.25.

TapocoL’s picture

Here is the view source correctly:

&lt;input type="radio" name="theme_default" value="garland"  checked="checked"  class="form-radio" />
scoutbaker’s picture

The Default selection is working under IE7. I also confirmed it is not working under FF2.

It is only the display of the Default radio button that is not working. Changing the default theme functions normally: select an enabled theme (the button shows selected); save the changes (the theme changes, but the button is not selected)

scoutbaker’s picture

This seems to be related to http://drupal.org/node/208179. It might even technically be a duplicate of that issue, but I'm not changing the status until more information is available.

webernet’s picture

Status: Active » Closed (duplicate)