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

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

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


Revision 1.3 - (show annotations) (download)
Tue Apr 7 18:42:31 2009 UTC (7 months, 2 weeks ago) by darrenoh
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +1 -1 lines
File MIME type: text/plain
by Darren Oh: Reverted previous commit.
  Arguments would not display on the field settings page when force default was
  on.
#386430 by Darren: Reverted patch.
  Patch prevented nodes from overriding default values.
by Darren Oh: Organized code and fixed coding standards compliance.
by Darren Oh: Fixed more error notices.
by Darren Oh: Added translation template.
1 $Id: README.txt,v 1.2 2008/08/27 13:16:39 weitzman Exp $
2
3 OVERVIEW
4
5 Nodes hold content. Views save queries. Wouldn't be great if a node could hold a
6 saved query? Now it can. Viewfield is a CCK field module that allows
7 administrators to put views directly into nodes. When creating a node, users can
8 select from a list of views. When the node is displayed, the view is run and the
9 content is inserted into the body of the node.
10
11
12
13 INSTALLATION
14
15 This module requires the views.module and content.module. Enable these modules,
16 then enable viewfield.module. You're ready to go.
17
18 TODO
19
20 1. Provide better control over each view in multiselect fields.
21 2. Use exposed views to allow for more point and click control over the view at
22 node add time.
23 3. Integrate this module back into views when CCK becomes part of core.
24
25 AUTHOR
26
27 Mark Fredrickson
28 mark.m.fredrickson@advantagelabs.com

  ViewVC Help
Powered by ViewVC 1.1.2