Hi to all,i have a drupal 5 with 5-6 categories,is there any module to show all articles together in list ?
thanks a lot!!

Comments

manop’s picture

You can use Views module with ease.

cog.rusty’s picture

If you mean a list for the administrator, it is the /admin/content/node page.
If you mean to show them to the users, the default front page (/node) lists everything which is tagged as "published" and "promoted".
Or you can create a view using the views module.

Nguyen DO’s picture

For admin purpose, you can see all nodes at content management/content.
for user viewing, you can create a view by Views module

DVD_GR’s picture

i thinks this could help me!
http://drupal.org/project/archive
if anyone used it please give me a link to see how it works!
thanks a lot!!