Hi yhahn,
Sorry to contact you here directly.
could not find the right instructions to
Just need some help from you regarding the following issue.
I have a created a view from a drupal database table using the data module with views and VBO.
The data module allows you to create a view from the adopted table.
But,
when I go to the views and edit the view added through the data module, i see no multi-checkbox list under selected operations.
I want to have all the operations that are available under the node view type to be available here, for my view created with data module. (views created with data module have a view type data table)
Any help greatly appreciated.
Please help me ...it's really urgent.
Thanks,
Nilesh Barve
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | no operations to select.png | 13.73 KB | held69 |
| #1 | data_vbo.tgz | 950 bytes | infojunkie |
Comments
Comment #1
infojunkieAttached is a module to integrate Data tables with VBO, allowing bulk actions on data records. The module implements the necessary hook to inform VBO of data views, and implements a "delete record" action.
I think this module's best home would be Data, so please let me know if you're interested to take it in. Otherwise, I'll bundle it with VBO or somewhere else.
Comment #2
kruser commented@infojunkie I tried the data vbo module to delete records, but it didn't work for me. It displayed a message that it was deleting and had the confirm button, after confirming it said it deleted all the records I selected, but they were still there.
Comment #3
infojunkie@kruser: You need the latest VBO 6.x-1.x-dev for it to work. Can you try that and let me know? Thanks!
Comment #4
held69 commentedI am using VBO in combination with the Data module but
haven't been able to get any operations in my view (under page:style options) to select from.
To setup my view i followed the steps as mentioned in:
http://nodeone.se/blogg/finally-webform-submission-data-in-views
After reading http://drupal.org/node/998670,
i tried, without succes, the data_vbo module together with the dev. version of VBO.
(still no operations select list)
I am using:D 6.20
views.6.x-2.12
VBO 6.x-1.x-dev
Data 6.x-1.x-dev
Help much appreciated...
Thanks
My view:
Comment #5
joachim commentedUpping the version to D7.
Comment #6
joachim commentedZOMG this works OOTB on D7! Hooray for entities :D
Moving this back to D6.
Comment #7
joachim commentedCommitted with tweaks for the git era.