Hi,

Great module, thanks. I'm using it to create a simple series of tabbed views to allow a "content editor" role to manage content without giving them full permission to administer content.

Anyway, from what I can tell, Views Bulk Operations performs its operations only on nodes. Which is great, but can it also perform operations directly on comments too?

That would be very handy.

Thanks.

Comments

infojunkie’s picture

Version: 5.x-1.1 » 6.x-1.x-dev
Assigned: Unassigned » infojunkie

Good question. Views 1 (used in D5) only supported listing nodes, which excludes comments and other objects. However, Views 2 in D6 does support comments, so I will look into supporting those different objects in D6 only.

glennr’s picture

That makes sense -- I noticed Views 1 had no comments equivalent for "Node: delete link" field. Alas, I'm stuck on D5 due to Ubercart, but thanks for responding.

add1sun’s picture

Title: Perform operations directly on comments? » Support non-node objects in Views 2

I'd love to get support for the other objects that Views 2 works with. In my particular use case, I need it to work with users. If I get coding time/energy for this I'll see what I can do to help.

infojunkie’s picture

Status: Active » Fixed

Fixed in latest 6.x-1.x-dev branch. VBO now supports users and comments in addition to nodes. A special hook_object_info can be used to support any other type of object. Please try it and let me know!

Anonymous’s picture

Status: Fixed » Closed (fixed)

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