By blantz on
I created a new cck type called "Action Alert" which has a title, body, url, etc. This created a cck node type called "content_action_alert". What I can't figure out is: is their a URL automatically created that shows all of the nodes of this type. If I go to http://example.com/video it shows all our videos, or http://example.com/blog shows all of the latest blogs. I've tried http://example.com/content_action_alert and http://example.com/action_alert but no luck.
Is their a special URL that is created for each new CCK node type?
Thanks,
I'd be grateful for any suggestions
Bart
Comments
I don't think that anything
I don't think that anything is created automatically, but you could use Views to do this easily.
- Corey
Views?
I'm not sure if it's included in the cck, but if not you can make it possible with views.
http://drupal.org/project/views
Best,
/J.
EDIT: I totally agree coreyp_1 :-)
thanks
Hi J and Corey,
Thanks for the advice, I'll look into views tonight.
Cheers,
Bart