On page /admin/appearance/settings/bootstrap I see only generic settings...

Comments

dr.user’s picture

Quick 'n'dirty solution:

1. Move inlcudes/settings.inc to theme-settings.php in theme main directory
2. Rename function _bootstrap_settings_form to bootstrap_form_system_theme_settings_alter
3. Include function bootstrap_get_theme_info from file includes/common.inc

wundo’s picture

Status: Active » Closed (cannot reproduce)

Please update to the lasted dev release (or wait for the next rc) and the page will work.

markhalliwell’s picture

Version: 7.x-3.0-rc1 » 7.x-3.x-dev
Assigned: Unassigned » markhalliwell
Priority: Major » Critical
Status: Closed (cannot reproduce) » Active

Ah, yes. Stupid me. This happens when you don't have bootstrap enabled as the admin theme. We have to include theme-settings.php for non bootstrap themes to detect the theme's settings. I'm assigning to myself. I have a few ideas on how to fix this, which aren't quite the same as #1.

markhalliwell’s picture

Status: Active » Fixed

Committed 0e6d91c to 7.x-3.x.

valkum’s picture

Version: 7.x-3.x-dev » 7.x-3.0-rc2

Status: Fixed » Closed (fixed)

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