Hello,

I'm attempting to have 2 block views (views 2) that share the same data. For instance, I have 10 total pictures and want each block to display 5 of those pictures in a random order, without any of them repeating. How can this be done?

Do I need to pass arguments between the two blocks somehow?

Comments

nevets’s picture

The Views exclude previous module will help you out.

JustinJohnson’s picture

Thank you nevets. That should work for the situation above. Much appreciated.

If I were to change this a little and wanted to have 2 columns with content in between them, and displayed in non-random order like so:

1 c 2
3 c 4
5 c 6
7 c 8
etc.

c=content

The views bonus pack (with panels) seems to kind of work, but I can't figure out how to put the content column between the two views columns.

nevets’s picture

I am not aware of any module that provides that functionality.