| 1 |
WHAT IT DOES:
|
| 2 |
-------------
|
| 3 |
This module adds a new CCK field type for referencing fields in CCK content
|
| 4 |
types: referenced fields are injected into the content of the referring nodes.
|
| 5 |
|
| 6 |
The formatter configuration is straightforward:
|
| 7 |
- 'teaser' formatter formats the referenced field as it is configured in its
|
| 8 |
own content type for a teaser view.
|
| 9 |
- 'full' formatter formats the referenced field as it is configured in its own
|
| 10 |
content type for a full view.
|
| 11 |
- 'default' formatter formats the referenced field according to the
|
| 12 |
referring node: when the referring node is displayed in teaser (respectively
|
| 13 |
full) view, the referenced field is formatted as it is configured in its own
|
| 14 |
content type for a teaser (respectively full) view.
|
| 15 |
|
| 16 |
TO INSTALL:
|
| 17 |
-----------
|
| 18 |
Nothing special. Drop the fieldreference folder into the 'sites/all/modules' or
|
| 19 |
'sites/default/modules' directory of your Drupal installation.
|
| 20 |
|
| 21 |
BUGS & ISSUES
|
| 22 |
-------------
|
| 23 |
http://drupal.org/project/issues/fieldreference
|