I've searched the website here for about 40 minutes and can't find anything that helps me with my problem. I've also read the docs on the views module and am still confused. Hopefully someone here can help...

Using category module I've created a container called "Resources" and within this container I've created a bunch of categories. See http://www.webhelpzone.com/resources

Using CCK I've created a node type called "directory link" which is a node with 4 fields: Title, Link URL, Link Description, and Link Rating. I've limited the "Resources" container to only be allowed to hold directory_link nodes and made each newly added node be required to have one category under the "Resources" container.

Now when I add a new directory_link node everything works fine except for the actual display. I want to display a table for each category showing each directory_link. For example, the URL Redirection category can be seen here: http://www.webhelpzone.com/resources/url_redirection

I've created a view, clicked the page view, set it to tabular display, entered the fields to be displayed, and set a filter to show only directory_links (as without this filter, it was displaying the categories as well).

My problem is that the same 3 directory_link nodes currently in the database are showing on all of my category pages and not just for the category they should be displayed under (URL Redirectors). Can someone explain to me what needs to be done in order to have the nodes display only on the category page they are assigned to? Have I set this all up wrong? Please help. Hopefully what I've described here makes sense.

Comments

CreedFeed’s picture

Ok I'm an idiot lol - I figured out my problem. I spent all my time trying to find a solution on drupal.org that I didn't think to look at the docs of the category module closer. If I would have done that I would have found this page with the answers:

http://category.greenash.net.au/category_views_usage

If anyone still reads my situation in my first post, have I set my page up in the "appropriate" fashion? Should I reimplement my content in another way??

Thanks.

-Steve
http://www.creedfeed.com