You are here

README.txt in Views attach 6.2

Same filename and directory in other branches
  1. 6 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!

One important caveat is that views attach may *not* work properly when
previewing new nodes.  For example, if a view attached to a node intends
to receive the node's nid it will receive no argument if the node has not
yet been saved.

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

REQUIREMENTS

- Drupal 6
- Views 2
- Token

AUTHOR AND CREDIT

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

Maintainer:
Gaurav Kapoor (https://www.drupal.org/u/gauravkapoor)

File

README.txt
View source
  1. ABOUT
  2. This module provides two additional Views display plugins, "Profile" and
  3. "Node content".
  4. These displays do not display on a page but get "attached" to either a user
  5. page or nodes of specified types. These views are not stored with the user or
  6. node, the way viewreference. Module would, so they can be
  7. globally-reconfigured.
  8. The node content display can be reordered on the "Manage fields" tab if CCK is
  9. enabled. If not, it will have a weight of 10 so it floats to the bottom of
  10. the node.
  11. For added fun, configure a view that takes a node id for a nodereference field
  12. as an argument, then attach it to nodes. Poof, instant contextual views!
  13. One important caveat is that views attach may *not* work properly when
  14. previewing new nodes. For example, if a view attached to a node intends
  15. to receive the node's nid it will receive no argument if the node has not
  16. yet been saved.
  17. Views_attach was originally developed by Jeff Eaton but never released. Larry
  18. Garfield later cleaned it up and added the CCK integration.
  19. REQUIREMENTS
  20. - Drupal 6
  21. - Views 2
  22. - Token
  23. AUTHOR AND CREDIT
  24. Original Development:
  25. Jeff Eaton "eaton" (http://drupal.org/user/16496)
  26. Maintainer:
  27. Gaurav Kapoor (https://www.drupal.org/u/gauravkapoor)