Drupal Updates

Friday, May 7, 2010

Drupal: HOWTO – Link teaser to node in a View

This is how its done in Drupal 6:

First, create a view with a Teaser field any other fields you may require. Then:

1. Add field Node:Nid
a. select option ‘exclude from display’
b. re-order the position to make it the first field
2. Edit the ‘Teaser’ field
a. check ‘output this field as a link’
b. set the path as ‘node/[nid]‘
3. Update, Save and you should be good to go.

No comments:

Post a Comment