Views within views

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
wired_yout's picture

Good day all,
I'm trying to find out if anyone has accomplished, or knows how to accomplish views within views. What I'm trying to achieve is displaying 3 different views (with different fields and styles) within one view.

An example of what I'm trying to accomplish is having a view based on the taxonomy shoes, which displays 3 views, each showing nodes tagged with the vocab: nike, reebok, or addidas.
Nike has 2 columns 1 row, Reebok 2 columns 2 rows, Addidas 2 columns 4 rows.
Nike nodes should always float above Reebok, and Reebok should always float above Addidas, but still maintain chronological order.

Comments

Maybe create 3 views and try

varunity's picture

Maybe create 3 displays, eg blocks with views and try use panels? http://drupal.org/project/panels/