Actions & snippets
This is a repository of useful actions and code snippets for Views Bulk Operations.
VBO for Drupal 6
This is a documentation page for Views Bulk Operations
VBO for Drupal 7
Getting started
Views Bulk Operations augments Views by allowing bulk operations (provided by Drupal core or Rules) to be executed on the displayed rows.
It does so by showing a checkbox in front of each displayed row, and adding a select box on top of the View containing operations that can be applied.
Use the Administration Views module for replacing Drupal core listings with VBO-enabled views.
A module called actions_permissions is included in the package.
This module generates a permission for each core action, and VBO honors those
permissions before showing or executing the corresponding actions.
This is useful if you want to provide your actions to several groups of users with
different privileges: the same view will accommodate those different groups,
showing to each the actions that they are permitted to see.
Note: The "Actions Permissions" module was removed in the 4.3.1 release of Views Bulk Operations.
On Drupal 7, Rules 2 provides the same functionality out of the box for its components (used as operations by VBO).
This is a repository of useful actions and code snippets for Views Bulk Operations.
This is a documentation page for Views Bulk Operations
Getting started