The admin_users view included with VBO does a good job replacing /admin/user/user except that there is no way to search for users with a specific permission, which does exist in /admin/user/user.

The attached images show the default drupal user list page (admin/user/user) as well as the VBO admin_users filters. Note the lack of a permissions filter.

Is it possible to implement that?

Thanks!

CommentFileSizeAuthor
vbo-admin-users-filters.png5.09 KBshark
admin-user-user.png14.58 KBshark

Comments

infojunkie’s picture

Version: 6.x-1.9 » 6.x-1.x-dev

Yes, permissions are pretty tricky to integrate with Views if I recall correctly. I started implemented a Views filter for them but stopped halfway. I'll keep this in mind.

bojanz’s picture

Version: 6.x-1.x-dev » 7.x-3.x-dev
Category: feature » support
Status: Active » Fixed

VBO for D6 works with both Views 2 and Views 3.
Only Views 3 contains the permissions filter needed here.

Thus, VBO for D6 can't do this out of the box. You will need to add that filter manually,

In 7.x-3.x I want VBO to stop providing those views and point people to http://drupal.org/project/admin_views (has a D6 version as well)
since that solution is much more complete. So marking this as a support request and closing.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.