View all nodes of Content Type without using Views Module
simplyrahul - January 5, 2009 - 01:29
| Project: | Drupal |
| Version: | 6.8 |
| Component: | node system |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
It may be a stupid question.
I have created a new content type + taxanomy to tag the content. Now I want to create a menu link which shows all the content from this content type.
Content Name is: Book Review
Content Type is: review
I want the feature like when you visit sitename.com/review
It should display all the book review.
Is View the solution?
Or is there a simpler way to achieve that.
Regards,
Rahul

#1
This should have really been placed in the forums. Assiging yourself the issue doesn't help either.
That aside, if your content type has a term, core will automatically create a term list see: http://drupal.org/handbook/modules/taxonomy
I suggest reading the entire handbook page but ....
specifically:
If you need more help than this feel free to place a forum topic in the post installation forum. Where others can help. If taxonomy doesn't suffice then views is the answer. Though if you are trying to avoid views you may also want to look at some of the other contrib modules like indexpage.module and some of the other taxonomy modules in the downloads area.
Good luck.
#2
fixing title to make it searchable
#3
Thanks for a quick reply.
But the issue is that I want users to create these terms by using the tag option in taxanomy.
So basically there might by 100 of the terms generated.
The issue remains that I need to show all the terms which belong to a particular content type.
Is that possible?
#4
you may get more help with this in the forums. Off the top of my head, I don't know how you will do this with user created taxonomy terms where you don't know what the terms will be before hand.
#5
Automatically closed -- issue fixed for two weeks with no activity.