Hey guys,

I need to make a specific node page for a members list. And I need advices about the best way to go about it.

The basic idea the the workers list page would have various worker's name, a short summary, his picture..and a read more link to another main page, with his whole info.

The problem is, on how do I make the the short summary extract the text from the main page into the workers list page? So I wouldn't have to do to by hand everytime I re-write something in the main page.

Or maybe there's some module which could help me?

Link to the scheme:

http://i.imgbox.com/adef1HEz.jpg

Thanks for your help.

Comments

nevets’s picture

I would make a content type to hold each members information then use views to create a page listing all the members. If you display the members in the list as teasers you can format the output different than the full page view.

Eid’s picture

Since I'm a newbie in Drupal, how would I need to go about creating the listing in views? Also, how can I display them as teasers?

Thanks