I upgraded my views and views bulk operations to the latest version. However views bulk operations is not available when I create views.

Version for views from .info file:
Information added by drupal.org packaging script on 2011-06-17
version = "7.x-3.0-rc1"

Version for views bulk operations from .info file:
Information added by drupal.org packaging script on 2011-07-06
version = "7.x-3.x-dev"

I've attached two screen shots.

Comments

diricia’s picture

I've changed the views bulk operations version to
Information added by drupal.org packaging script on 2011-06-19
version = "7.x-3.0-alpha3"

Still not working

bojanz’s picture

Status: Active » Closed (duplicate)

Since the alphas, VBO is no longer a style plugin, it is a field just like any other. You can see this screencast http://nodeone.se/blogg/form-elements-in-views for details.

Another tip: VBO 7.x-3.x-dev is morphing into 7.x-3.0-beta1, and is already much nicer than 7.x-3.0-alpha3. So you might want to consider using that version (though alpha3 should work as well of course, just with less polish and features).

Marking as duplicate of #1192176: VBO feature not available in Views.

diricia’s picture

Thank you very much for the quick response. Would it not make sense to put a line about that on the VBO projects page?

bojanz’s picture

All version-specific info is in the module README file.
Out of a thousand installs of the new code, there have been only 4 or 5 issues with people confused, so I guess most of them saw it.

fureigh’s picture