| 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
|