You are here

README.txt in Views attach 6

Same filename and directory in other branches
  1. 6.2 README.txt
  2. 7.2 README.txt
ABOUT

This module provides two additional Views display plugins, "Profile" and "Node content".
These displays do not display on a page but get "attached" to either a user
page or nodes of specified types.  These views are not stored with the user or
node, the way viewreference.module would, so they can be globally-reconfigured.

The node content display can be reordered on the "Manage fields" tab if CCK is 
enabled.  If not, it will have a weight of 10 so it floats to the bottom of the
node.

For added fun, configure a view that takes a node id for a nodereference field
as an argument, then attach it to nodes.  Poof, instant contextual views! 

Views_attach was originall developed by Jeff Eaton but never released.  Larry
Garfield later cleaned it up and added the CCK integration.  

REQUIREMENTS

- Drupal 6
- Views 2

AUTHOR AND CREDIT

Original Development:
Jeff Eaton "eaton" (http://drupal.org/user/16496)

Maintainer:
Larry Garfield "Crell" (http://drupal.org/user/26398)

File

README.txt
View source
  1. ABOUT
  2. This module provides two additional Views display plugins, "Profile" and "Node content".
  3. These displays do not display on a page but get "attached" to either a user
  4. page or nodes of specified types. These views are not stored with the user or
  5. node, the way viewreference.module would, so they can be globally-reconfigured.
  6. The node content display can be reordered on the "Manage fields" tab if CCK is
  7. enabled. If not, it will have a weight of 10 so it floats to the bottom of the
  8. node.
  9. For added fun, configure a view that takes a node id for a nodereference field
  10. as an argument, then attach it to nodes. Poof, instant contextual views!
  11. Views_attach was originall developed by Jeff Eaton but never released. Larry
  12. Garfield later cleaned it up and added the CCK integration.
  13. REQUIREMENTS
  14. - Drupal 6
  15. - Views 2
  16. AUTHOR AND CREDIT
  17. Original Development:
  18. Jeff Eaton "eaton" (http://drupal.org/user/16496)
  19. Maintainer:
  20. Larry Garfield "Crell" (http://drupal.org/user/26398)