I would like to get a list of all story nodes. That's extremely simple and intuitive for blog nodes (/blog), for forum nodes (/forum), for polls (/poll), etc.

So you would expect the command /story to produce a list of all stories... except it doesn't work (I believe I read somewhere that up until Drupal 4.4 or so /story indeed produced a list of stories).

Two questions:

1)Can someone tell me how I can get a list of story nodes in Drupal 4.5.X?

2)Who supports my suggestion to re-introduce the /story command?

Thanks,
Paul

Comments

Mateo’s picture

EDIT: I just found the article.module, which seems to do the job wonderfully. It also provides a RSS feed if you wish to offer one to the public.

Mateo

noid’s picture

I'm trying out the article module but I can't seem to find where to set the articles to a single node type, i.e., like in the original post, to the content type "story."

All I see, in the article module, is the Articles Vocabulary option, and I think this might not meet my needs since I'm applying my vocabularies to more than one content type. Any suggestion on how to implement what I have in mind? Am using Drupal 4.6 btw.

Would be very interested to know if this Story List module is what I'm looking for: http://drupal.org/node/15993. If so, where can I download it?

Thanks!

chx’s picture

look for it under downloads // modules // cvs
--
Read my developer blog on Drupal4hu.
CVS Delenda Est

--
Drupal development: making the world better, one patch at a time. | A bedroom without a teddy is like a face without a smile.

moshe weitzman’s picture

you might try node_type_filter.module from Contrib. You can take any node listing page like the home page or tracker page and filter it to show only nodes from a given type. you do so by adding a querystring param like &type=story

noid’s picture

Thanks chx and moshe! My "story" link is now working perfectly. :)

noid’s picture

Just found out that the Active forum topics block doesn't show when I use node type filter. How do I fix this?