/[drupal]/contributions/modules/fieldreference/README.txt
ViewVC logotype

Contents of /contributions/modules/fieldreference/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download)
Mon May 19 19:11:28 2008 UTC (18 months, 1 week ago) by guardian
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +14 -7 lines
File MIME type: text/plain
documentation
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

  ViewVC Help
Powered by ViewVC 1.1.2