Closed (fixed)
Project:
Flag
Version:
6.x-2.x-dev
Component:
Views integration
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Jun 2011 at 12:35 UTC
Updated:
23 Jul 2011 at 15:02 UTC
I have 3 flag types and I want to show all of them in views. How can I do this? an example would be like this
Flag 1 (heading)
- list
- list
- list
Flag 2 (heading)
- list
- list
- list
Flag 3 (heading)
- list
- list
- list
Comments
Comment #1
realOFF commentedI believe -if I understood your requirement correctly- the only way to achieve this is by creating different views/displays, one for each flag.
If you need to show all the information on the same page (Node) you can use Panels or the views_embed_view function in your Node body (using PHP filter).
Comment #2
quicksketchYes, that's right, use three different views with each one making a block. Or if you want to make things a little simpler, use 3 different "displays" instead. Make the first one a "page" and the second two "attachments" onto the first one.
Comment #3
realOFF commentedOh. I've never tried "attachments".
That's a great feature!