Introductory text in list pages
flemieux - September 1, 2005 - 17:20
I'm not sure how to do the following in Drupal:
I have a list page (which basically displays a list of all the node of a specific content type). I would like, right before that list, to have an Introductory text. How can I achieve this?
It would look like this:
####################
[Page title]
[Introduction text, i.e "Hello! This is the section where you can read stories of other people."]
[Node list begins here]
[1st node teaser]
[2nd node teaser]
[3rd node teaser]
First page Previous page 1 2 Next page Last page
####################
How to achieve this?

You could use the help edit module
The help edit module allows you to add help text at the begining of any page (based on path). You can find it at http://drupal.org/node/18031