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!
| Comment | File | Size | Author |
|---|---|---|---|
| vbo-admin-users-filters.png | 5.09 KB | shark | |
| admin-user-user.png | 14.58 KB | shark |
Comments
Comment #1
infojunkieYes, 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.
Comment #2
bojanz commentedVBO 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.