How can I implement a listing functionality in Drupal 5.7?
Sir,
How can I implement a listing functionality in Drupal 5.7?
I am developing a website in Drupal 5.7.
I have to implement a listing functionality in this project.
Below I am explaining what is a listing functionality?
Heading 1
Short description of item content to give the site user an understanding about what
the full item will contain.
Heading 2
Short description of item content to give the site user an understanding about what
the full item will contain.
Heading 3
Short description of item content to give the site user an understanding about what
the full item will contain.
Explanation:-Under heading1, a short description of the content will be shown.
When I click on heading1 hyperlink, the full content should be displayed.
Note:-
Will display up to 10 items (headings) on a
single page. Additional items will be
displayed on additional pages.
Comments
Views & CCK
It sounds like the Views and CCK modules should be able to do this. Take a look at Roland's video on creating a FAQ using CCK then the video on creating a listing view for the FAQ. That should give you some ideas in how to create a listing, possibly with a few more fields than Roland describes.