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

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

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

revision 1.2, Fri May 2 20:13:00 2008 UTC revision 1.2.2.1, Tue Jun 17 15:07:55 2008 UTC
# Line 1  Line 1 
1  WHAT IT DOES:  WHAT IT DOES:
2  -------------  -------------
3  This module adds a new CCK field type for referencing fields in CCK content types.  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:  TO INSTALL:
17  -----------  -----------
18  Nothing special. Drop the fieldreference folder into the 'modules'  Nothing special. Drop the fieldreference folder into the 'sites/all/modules' or
19  directory of your Drupal installation.  'sites/default/modules' directory of your Drupal installation.
20    
21  BUGS & ISSUES  BUGS & ISSUES
22  -------------  -------------
23  http://drupal.org/project/issues/fieldreference  http://drupal.org/project/issues/fieldreference
   
 SPONSOR  
 -------  
 Classic Graphics <http://www.cgraphics.com/>  

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.2.2.1

  ViewVC Help
Powered by ViewVC 1.1.2