By DVD_GR on
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!!
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
Views
You can use Views module with ease.
If you mean a list for the
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.
For admin purpose, you can
For admin purpose, you can see all nodes at content management/content.
for user viewing, you can create a view by Views module
i thinks this could help
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!!