Graviton
Graviton

Reputation: 83254

Multiple sections in Content Block for Drupal

How to create multiple sections in Content block in Drupal?

When a user visits my homepage, a mainpage will be displayed; this page will contain a few sections at the middle panel. One of these sections would be a news update section, another would be a video channel, much like how mtv UK is looking in the middle portion of the homepage.

http://lh6.ggpht.com/_SDci0Pf3tzU/Sd7SEwzEbhI/AAAAAAAAEqc/ROuP7fXkRSk/s400/section.png

What modules are needed to create this kind of website layout?

Upvotes: 1

Views: 721

Answers (3)

Netuxo Ltd
Netuxo Ltd

Reputation: 61

You may also want to try the composite layout module (which I find simpler to use & theme than Panels) : http://drupal.org/project/composite (unfortunately not yet available for D7)

Upvotes: 0

Scott Evernden
Scott Evernden

Reputation: 39950

That site is using mainly Panels, and Nice Menus

Upvotes: 2

mishac
mishac

Reputation: 3314

A combination of the Views and Panels modules would be able to do it.

Upvotes: 1

Related Questions