Hello,

I have a content type called "Leagues" and I would like to create a node (page) that shows a list of all entries of that content type. Each League node lists information about the league and lets users comment and rate the league. However I would like the main entry page/node "Leagues" be a list of all the league pages, that will allow the users to scroll through them as an alphabetical list.

Kinda like how yelp lists restaurants with ratings and then each of those restaurants have their own page.

I found a tutorial some time ago, but have been unable to find it since. Any help is appreciated. Thank you.

Comments

pepemty’s picture

...the Advanced Help module. : )

Warm regards from sunny México!
Pepe
:-)

soccernyc’s picture

Unfortunately, the advanced help only shows the following:

* Create a page to list users by role
* Create a block of recent stories
* Create an RSS feed of user posts
* Create a block of author's recent blog posts

What I need to do is create a page that lists leagues from a specific type of node content (i.e leagues).

technicalknockout’s picture

1- create a new view
2 - add a filter for your view so you are only selecting nodes of your content type
3 - add some fields and fiddle around with them until each 'league' is displayed how you want it
4 - add a 'page' display (on the left side of the views admin ui page) and give it a path (and a menu item if you want)
5 - click save, pat yourself on the back on a job well done, then move on to the next task

- - turpana.com - -

soccernyc’s picture

thanks so much!

I've grabbed some screenshots to illustrate what I would like my output to be like integrated with fivestar. I've watched the Lullabot video "Building Views with Fivestar and VotingAPI", but again, I think I'm after something not shown in the video.

The views format I am using is "unformatted" as that seems to be the only way to get a list that contains the full content of each node and not just a list with the node name in a table format, like on the lullabot video.

Here's the preview sample w/ markup for what I would like to see:

Views Preview: http://soccernyc.org/files/fivestar-node.png

Actual Leagues Content Node that the preview is pulling from: http://soccernyc.org/files/fivestar-node2.png

thanks in advance Drupal community. :)