ok so I got my new content type (leads) with a couple custom fields (phone number and email) working and I have created several nodes of this type but now I want to see them listed on a single page. example a menu item called "leads" that shows all my leads that I created (maybe an option to add a new lead or delete a stale one).

My research has led me to a quotes module that involved some php programing but it's hard for me to believe that there isn't an easier way. Perhaps the content type method isn't the way to go.

tia
Cobra

Comments

paulnem’s picture

You may want to take a look at the views module?

It will allow you to create a page based on a variety of clauses. You can set it so only your leads content type is displayed, as welll as in certain orders etc

CobraMP’s picture

I tried to create a view (standard module) with view ui also done. I could not see where it would let me pick that particular content type.

dnguyen’s picture

You want the Views module.

There are a bunch of tutorials out there on this...but basically, create a View

Select the Provide Page View checkbox
Write in some kind of page url

...

Then go to the "Filters" section and select the Add Filter of "Node:Type"...then configure it to "Is One Of"...and select "leads"