This repository has been archived on 2025-06-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
suitedesk/sites/all/modules/viewfield
2017-07-26 13:42:35 +02:00
..
CHANGELOG.txt New module 'Viewfield' 2017-07-26 13:42:35 +02:00
LICENSE.txt New module 'Viewfield' 2017-07-26 13:42:35 +02:00
README.txt New module 'Viewfield' 2017-07-26 13:42:35 +02:00
viewfield.css New module 'Viewfield' 2017-07-26 13:42:35 +02:00
viewfield.info New module 'Viewfield' 2017-07-26 13:42:35 +02:00
viewfield.install New module 'Viewfield' 2017-07-26 13:42:35 +02:00
viewfield.module New module 'Viewfield' 2017-07-26 13:42:35 +02:00

OVERVIEW

Nodes hold content. Views save queries. Wouldn't be great if a node could hold a
saved query? Now it can. Viewfield is a CCK field module that allows
administrators to put views directly into nodes. When creating a node, users can
select from a list of views. When the node is displayed, the view is run and the
content is inserted into the body of the node.



INSTALLATION

This module requires the views.module and content.module. Enable these modules,
then enable viewfield.module. You're ready to go.

TODO

1. Provide better control over each view in multiselect fields.
2. Use exposed views to allow for more point and click control over the view at
node add time.
3. Integrate this module back into views when CCK becomes part of core.

AUTHOR

Mark Fredrickson
mark.m.fredrickson@advantagelabs.com