Hello i am trying to add a vbo to one of my content admin views where i can bulk update my imagefield list/unlist box. I asked on the vbo issue queue but the inforation given didnt seem to work and i was advised to ask here. Has anyone managed to achieve this? thanks

Comments

quicksketch’s picture

Status: Active » Closed (fixed)

FileField could potentially provide this support (it provides the "List" checkbox), but it'd be tricky business because VBO only acts on base objects, such as a node or an individual file. An individual file within a node is not represented as one of these base objects, it's more a relationship between a particular file and a particular node. As such, there's no way to add a VBO option for changing the "List" option on a single file.

Due to the age of this age, I'm going to close this issue directly.