Closed (fixed)
Project:
Omega
Version:
7.x-3.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Jul 2011 at 14:14 UTC
Updated:
13 Aug 2011 at 01:11 UTC
Hi everybody.
I'm working on a subtheme of omega. My little problem is, that i don't know how to set a region UNASSIGNED REGIONS by default.
I used
settings[alpha_region_sidebar_second_zone] = ''"
and
settings[alpha_region_sidebar_second_zone] = ''_none_"
but nothing did help me.
Any solutions?
Thanks in advance!
Comments
Comment #1
fubhy commentedLook at how the dashboard regions are set to __unassigned__ by default:
settings[alpha_region_dashboard_sidebar_zone] = ''This is all it takes. Note: You need to revert your theme settings after doing that, else you wont see the effect of course! Use Omega Tools for that if you want to have it easy. Otherwise you have to delete the settings from the {variables} table and clear your cache afterwards. Clearing the cache is always a good idea!
Comment #2
fubhy commentedOh and btw.: If you don't want a region to display at all you can just aswell just delete it from the .info file completely by removing the regions[] entry.
Comment #3
FallinHigh commentedthanks for your very fast support! now it all works fine :-)