I've added two new regions to the content zone no problem-- amazing kudos for how simple you make it!.

I think I've set the order and width's appropriately (24 column grid):

content: 12 wide, order 1
sidebar-top: 12 wide, order 2
sidebar-first: 6 wide, order 3
sidebar-second: 6 wide, order 4
sidebar-bottom: 12 wide, order 5

What I'm trying to do in the content zone:

---------------------------------------------------
|                | sidebar-top                    |
| content        |---------------------------------
|                | sidebar-first | sidebar-second |
|                |---------------------------------
|                | sidebar-bottom                 |
---------------------------------------------------

What I'm getting:

---------------------------------------------------------------
|               content (24)                                  |
---------------------------------------------------------------
| sidebar-top (12)           | sidebar-first | sidebar-second |
|                            |     (6)       |      (6)       |
|----------------------------|---------------------------------
| sidebar-bottom (12)        | <empty>                        |
---------------------------------------------------------------

I'm wondering if this is actually something can be done through the UI or if I need to start mucking about with template files?

Any suggestions would be greatly appreciated, thanks.

Comments

fubhy’s picture

Well in Omega 3.x this is possible by nesting regions via preprocess code. Not sure about Omega 2.x though... Himerus wrote that code, so we gotta wait for him to answer this! Sorry.

WorldFallz’s picture

I'm not particularly tied to 2.x-- I just started this subtheme so I can move to 3.x no problem. Is how I would do this documented any place?

fubhy’s picture

Omega 3.x is the recommended version.

There was a similiar question before:

http://drupal.org/node/1200272

fubhy’s picture

So what you want is:

Sidebar Top
Sidebar Middle
Sidebar Bottom

And in Sidebar bottom you would place two regions manually with preprocess code (left and right).

Argus’s picture

Status: Active » Postponed (maintainer needs more info)
WorldFallz’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

fyi this works as expected in stock version three with no modications (other than adding the regions to the .info file).