By kaoskorruption on
Does anybody know of a module that allows the easy creation of a list of links to news articles? Basically, I want to create my own news page that is simply a list of headlines and links to the corresponding news stories - but I don't want to write the news stories myself - I just want to link to existing news websites.
I'm fairly sure that such a module already exists and I've probably even found it without realizing it - I just have no idea what this concept would be called and hence nothing to search for it by.
Thanks!
Comments
You could search for modules
You could search for modules with "web links" and also with "aggregation".
core Aggregator module
Hi,
I believe simply a core Aggregator module will do that for you. All you need to do is just place the correct feeds url and poll all the news from other sites to your site, and that's done!
If you don't know how to do that, I'm ready to guide you.
Best regards,
Kai Loon
Aggregator I believe is the
Aggregator I believe is the type of module I was thinking of! It sounds like alligator! Thanks.
how to use this aggregator
I want to display news and articles page. So which option should i use in aggregator to add the news and how to add it. I am on this path "drupal61/admin/content/aggregator" now what to do on this path to show news and articles please help
Aggregator
Hi,
Aggregator module used to poll OTHER site's content to your site, with provided RSS features. And also provide your site content as RSS feeds for other site to poll.
In your case, I believe it has to do with Views module, to display a list of news and articles in node form or block form.