I've found where the blocks are, and where the theming is, but where are the pages stored, and how do I edit what blocks are on them and where they are?

Could you perhaps give an example, like how to move the Logo on the homepage from the top to the bottom, or how to put the top team module on all team pages?

Thanks!

Comments

adamdicarlo’s picture

The blocks are placed using the Context module. Context's included context_ui module must be enabled in order for the Admin -> Build -> Context menu item to come up. That will take you to the Context administrative interface that allows you to edit contexts.

Contexts are a page or section oriented way of defining which blocks are where on your site (for each context, which can be thought of as a section or is sometimes just a single page, define which blocks appear, and where) -- rather than core Drupal's block-oriented method (for each block, define where it shows up).