Views module provides a flexible method for Drupal site designers to control how lists and tables of content. This tool is essentially a smart query builder that, given enough information, can build the proper query, execute it, and display the results.
Here some steps to use View module:
Step 1: Download view module.
step 2: Go to /admin/build/modules and enable view.
step 3: Go to /admin/build/views and click on Add to create new view.
step 4: Write a view name and then next.
step 5: Click on the add display.
step 6: Change the basic settings of display, and write a path below for view.
step 7: Extend Fields section and select required fields to be displayed. and save it.
step 8: Now your view is defined and you can now access it from your pages, or directly create a menu item having path of view.
You can also add filters and arguments to your view. for more information please go through
http://drupal.org/project/views and
http://drupaleasy.com/blogs/ryanprice/2008/06/using-views-2-drupal-6-create-related-pages-block
|
My Blog Title
|