...as per title. When the submodule is enabled, the Appearance -> Global settings (../admin/appearance/settings) page shows up blank. Disabling the module and refreshing brings the page back.

Same happens with any theme settings page. Tested with:

Bartik (../admin/appearance/settings/batrik)
Garland (../admin/appearance/settings/garland)
Seven (../admin/appearance/settings/seven)

Drupal core 7.x-dev (2010-Aug-15)

Comments

Griffter’s picture

Has this problem been solved because I'm getting the same?

klonos’s picture

Checked with latest Drupal core 7.x-dev (2011-May-17) and latest 7.x-1.x dev of Theme settings extras and the issue is still there. BTW, the module shows as unsupported and says that is no longer available for download, so I am not sure about its status - at least the 7.x branch.

klonos’s picture

...Theme settings vertical tabs still works fine though.

andrewmacpherson’s picture

I turned off the dev snapshots, because I knew it was broken. I didn't occur to me at the time that this would present a "no longer available" message on update status.

Been busy at various non-software projects most of this year. I've returned to active development on my other modules, and I'll get round to updating this one as soon as I can. I'll start again on this one as soon as I can.

andrewmacpherson’s picture

Okay... I re-enabled the dev snapshots, and updated the project page to mention that this sub-module is broken is 7.x dev snapshot.

klonos’s picture

Thanx for the update Andrew. ...and welcome back ;)

klonos’s picture

Hey Andrew!...just 'pinging' you on this one.

PS: by the way, can you place a link in the "broken in 7.x" notice pointing here? Thanx.

ashkeller’s picture

I am experiencing this today as well. I had to disable Fusion's accelerator theme settings UI in order to get back to my theme settings page. Has there been any progress on this?

klonos’s picture

This project seems to be abandoned. There haven't been any new releases for more than a year now and the issues in the queue remain unanswered for 8 months to even more than a year. andrewmacpherson (the maintainer of the project) does seem to be making a few commits over to the Field multiple limit and Field Delimiter projects so I'm guessing he must have lost interest for this project here.

@andrewmacpherson: Hey Andrew! if all that is true, could you please update the project's Maintenance & Development statuses to say you're looking for a co-maintainer? Thanx in advance.

andrewmacpherson’s picture

@klonos I've marked this project as minimally maintained, seeking co-maintainers.

When I started this project, it was really nothing more than an experiment. If i were starting something like this nowadays, a sandbox project would be a better place.

Meanwhile, I've got to the bottom of this current issue. It's down to a D6 -> D7 change which removed theme_get_settings().

I've got the module working better now, but I still need to clean it up for coding standards. I'll post an update later this week.

andrewmacpherson’s picture

http://drupalcode.org/project/themesettings_extras.git/commit/885c7b6

This fixes most of the bugs.
@todo fix vertical tabs summaries when both modules are enabled.

andrewmacpherson’s picture

Status: Active » Fixed

7.x-1.0-rc1 release, closing this issue.

andrewmacpherson’s picture

@klonos Thanks for your gentle prompting on this module!

Status: Fixed » Closed (fixed)

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

klonos’s picture

@andrewmacpherson: I was only describing what I saw in the stats and made some conclusions out of them. Glad to see that it motivated you into action :D

...thanx for your work on this.