I have been playing around with Views module for last few days. I could create different types of views.
I have created a new Content Type named Reviews and I want to make all the content submitted in Reviews look differently. I mean I want to create a view for my Content Type which will be applicable on full view page.
I tried to use filter and arguments but didn't get success to get the desired result. :(
Can anyone please help me out to solve this???

Comments

cstachris’s picture

Any luck - I'm just mucking around with a content type I've created that uses a node reference. I'd like the node reference to show more data than simply the title.

E.g.
Content Type: Team
Fields are Team Members

Team Member Content Type
Name: the_name
Contact Number: ph_number
Email Address: email_addy

In my Team content type, I'd like to show on the full page view:
Team Name
Team Description
"Team Member Name" "Team Member Contact Number" "Team Member Email"
"Team Member Name" "Team Member Contact Number" "Team Member Email"
"Team Member Name" "Team Member Contact Number" "Team Member Email"
"Team Member Name" "Team Member Contact Number" "Team Member Email"

instead of
Team Name
Team Description
Team Member Name
Team Member Name
Team Member Name
Team Member Name

Any help would be really great.

EDIT: I'm getting close with Views - and in the Manage Fields section, configuring my field (because it's a node reference) with an advanced views configuration that appears. Maybe you could subsection the parts of the review content type??