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

fubhy’s picture

Status: Active » Fixed

Look 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!

fubhy’s picture

Oh 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.

FallinHigh’s picture

thanks for your very fast support! now it all works fine :-)

Status: Fixed » Closed (fixed)

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