Closed (works as designed)
Project:
Omega
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Nov 2011 at 15:15 UTC
Updated:
6 Jul 2012 at 23:55 UTC
Scenario:
I want a very trimmed down omega subtheme with limited regions and zones but these useless Dashboard regions will not go away. Each time I regenerate the theme export settings using omega_tools it adds them back to my settings.
There is no setting for them in the regions[] section of the info file, they are not assigned to any zones in my theme, but the export insists on creating a long chunk of useless theme settings info about them each time I update:
settings[alpha_region_dashboard_sidebar_force] = ''
settings[alpha_region_dashboard_sidebar_zone] = ''
settings[alpha_region_dashboard_sidebar_prefix] = ''
settings[alpha_region_dashboard_sidebar_columns] = '1'
settings[alpha_region_dashboard_sidebar_suffix] = ''
settings[alpha_region_dashboard_sidebar_weight] = ''
settings[alpha_region_dashboard_sidebar_position] = ''
settings[alpha_region_dashboard_sidebar_css] = ''
settings[alpha_region_dashboard_sidebar_equal_height_element] = ''
settings[alpha_region_dashboard_sidebar_equal_height_container] = ''
settings[alpha_region_dashboard_inactive_force] = ''
settings[alpha_region_dashboard_inactive_zone] = ''
settings[alpha_region_dashboard_inactive_prefix] = ''
settings[alpha_region_dashboard_inactive_columns] = '1'
settings[alpha_region_dashboard_inactive_suffix] = ''
settings[alpha_region_dashboard_inactive_weight] = ''
settings[alpha_region_dashboard_inactive_position] = ''
settings[alpha_region_dashboard_inactive_css] = ''
settings[alpha_region_dashboard_inactive_equal_height_element] = ''
settings[alpha_region_dashboard_inactive_equal_height_container] = ''
settings[alpha_region_dashboard_main_force] = ''
settings[alpha_region_dashboard_main_zone] = ''
settings[alpha_region_dashboard_main_prefix] = ''
settings[alpha_region_dashboard_main_columns] = '1'
settings[alpha_region_dashboard_main_suffix] = ''
settings[alpha_region_dashboard_main_weight] = ''
settings[alpha_region_dashboard_main_position] = ''
settings[alpha_region_dashboard_main_css] = ''
settings[alpha_region_dashboard_main_equal_height_element] = ''
settings[alpha_region_dashboard_main_equal_height_container] = ''
Does anyone know what I can do to get rid of these three Dashboard regions in my omega theme export settings for good?
Comments
Comment #1
samwillc commentedHi jwilson3,
Maybe you've solved this by now but did you try disabling the dashboard module in core? That got rid of the dashboard regions in my Omega subtheme when I did it. I presume they would be gone for good ready for export.
Sam.
Comment #2
cellar door commented