Posted by abel_osorio on November 7, 2012 at 9:24am
Hi everyone!
I want to use Views bulk operations without Entities. This is because i want to use him with a entity (table) from my database, and isn't a Drupal Entity.
It's possible?
Thanks!
Hi everyone!
I want to use Views bulk operations without Entities. This is because i want to use him with a entity (table) from my database, and isn't a Drupal Entity.
It's possible?
Thanks!
Comments
Hi, VBO for D6 supports any
Hi, VBO for D6 supports any object types that Views supports, given that you implement
hook_views_bulk_operations_object_infofor your target type. This isn't available in D7, but feel free to open a feature request in the module's issue queue.