nested views w/o php code

Mokey - September 17, 2009 - 04:35

I am a programmer, new to Drupal and I don't know php. I'm wondering if there's a way to do what I want with Views or another module.

My database has several content types. 'Person' which has a name and address/phone/etc. 'Team' has a description and a list of people. 'Meeting' which has information about a specific meeting for a team, including date/time/location. I've created forms with CCK for each of those types. I used Views to create a page with a list of Teams. I'd like to be able to click on one of those Teams, and see a page with the Team information, but not just links to the Person and Meeting nodes. I want to show name/phone number for each Person on that Team, and Meeting date/time/location for each meeting of that Team.

It seems like this should be easy, but I can't figure it out. I've searched around a bit, and seen some suggestions involving php code, but was hoping there might be another way.

Try Views Fusion

kkinfy - September 17, 2009 - 04:51

You could give a try at Views fusion. I remember combining two content types with views fusion.

KK (Kamalakannan)
India CareersInformation Portal
One Dollar Deal on Facebook

If I understand correctly it

nevets - September 17, 2009 - 05:15

If I understand correctly it sounds like each team has a list of players (persons) and meetings and I am guessing you use a node reference field for each of these lists. Using the display tab for the team type you can have each display the person(s) and meeting(s) respectively. Then the node view of a team would be I think what you are after. Then you a view you could list all the teams, linking the title (team) to its node (a standard feature).

YES. Thank you. I thought it

Mokey - September 18, 2009 - 19:29

YES. Thank you.

I thought it should be relatively easy, but wasn't able to find it on my own.

 
 

Drupal is a registered trademark of Dries Buytaert.