Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
it is not clear for me how you support views_bulk_operations. I tried the latest 6.x-2.18, and then 6.x-2.x-dev of Node Export with current views_bulk_operations (6.x-1.8), but on the '- Choose an operation -' list there did not exist the 'Export nodes' option. It is exists on admin/content/node page, but with this I can not able to export all nodes. I tried to with first installing your module then bulk oprations, and the other order as well, but the result were the same in both cases.
Any option that appears on admin/content/node should appear in that list in VBO. That has nothing to do with this module, VBO just uses the same options.
I'm selecting some image nodes, and doing export. With /admin/content/node I get a textarea with code. In VBO I just get "24 rows processed in about 954 ms:
Performed aggregate Export nodes on nodes 734,735,736,731,732,733,727,728,729,730,723,724,725,726,721,722,719,720,715,716,717,718,713,714."
Comments
Comment #1
danielb commentedIn theory it should already be possible. Can you elaborate more about why you started this issue?
Comment #2
danielb commentedI just tried it out - it works~!
Comment #3
damienmckennaOk, sorry about that :-(
Comment #4
damienmckennaComment #5
pkiraly commentedHi,
it is not clear for me how you support views_bulk_operations. I tried the latest 6.x-2.18, and then 6.x-2.x-dev of Node Export with current views_bulk_operations (6.x-1.8), but on the '- Choose an operation -' list there did not exist the 'Export nodes' option. It is exists on admin/content/node page, but with this I can not able to export all nodes. I tried to with first installing your module then bulk oprations, and the other order as well, but the result were the same in both cases.
Péter
Comment #6
danielb commentedAny option that appears on admin/content/node should appear in that list in VBO. That has nothing to do with this module, VBO just uses the same options.
Comment #7
ManyNancy commented-snip
Comment #8
ManyNancy commentedAm I the only one not getting this to work?
I'm selecting some image nodes, and doing export. With /admin/content/node I get a textarea with code. In VBO I just get "24 rows processed in about 954 ms:
Performed aggregate Export nodes on nodes 734,735,736,731,732,733,727,728,729,730,723,724,725,726,721,722,719,720,715,716,717,718,713,714."
No text area, no downloads.
Anything I'm doing wrong? Thanks.
Comment #9
danielb commentedoh bugger I've messed something up in the latest dev snapshot :(
Use the 2.18 version, I'll look into this
Comment #10
danielb commenteddue to the changes in the callback the following function must be changed to this:
I have committed to change to cvs and it will appear in the next dev snapshot