You are here

README.txt in Views Bulk Operations (VBO) 5

********************************************************************
D R U P A L M O D U L E
********************************************************************
Name: Views Bulk Operations Module
Authors: Karim Ratib <karim dot ratib at open dash craft dot com>
         Harry Slaughter <harry at devbee dot com>
Drupal: 5
********************************************************************
DESCRIPTION:

This module augments views by allowing bulk operations to be made on
the nodes displayed by a view. It does so by showing a checkbox in
front of each node, and adding a select box containing all available
actions and node operations found in the system. The chosen action
is applied on each selected node.

********************************************************************
USAGE:

After activating the views_bulk_operations module, Create a new (page) view
and select "Bulk Operations View" as the view type. You will see a view
form similar to that of admin/content/node.

File

README.txt
View source
  1. ********************************************************************
  2. D R U P A L M O D U L E
  3. ********************************************************************
  4. Name: Views Bulk Operations Module
  5. Authors: Karim Ratib
  6. Harry Slaughter
  7. Drupal: 5
  8. ********************************************************************
  9. DESCRIPTION:
  10. This module augments views by allowing bulk operations to be made on
  11. the nodes displayed by a view. It does so by showing a checkbox in
  12. front of each node, and adding a select box containing all available
  13. actions and node operations found in the system. The chosen action
  14. is applied on each selected node.
  15. ********************************************************************
  16. USAGE:
  17. After activating the views_bulk_operations module, Create a new (page) view
  18. and select "Bulk Operations View" as the view type. You will see a view
  19. form similar to that of admin/content/node.