Closed (won't fix)
Project:
ImageField (and Image) Archive
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Sep 2012 at 03:35 UTC
Updated:
22 Nov 2013 at 22:55 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
liquidcms commentedi hadn't seen this module when i was looking to do this in D7 so i did it somewhat different.. i created a new .inc that would need to be loaded from vbo.module by also adding 1 line to include that inc as the others are included (technically vbo should just auto load all the .inc files and then it wouldn't need to be modified)
not sure what the D6 module's UI is but this adds a configurable action which can select which style (d6 icache preset) to use in the action; so user can create as many actions as required for whichever styles are required (incl original). so you can end up with something like this: http://screencast.com/t/wV9dWOY1i9t
would be pretty simple to convert this to a stand alone module
issues:
- token support is limited in what i can see (same as std file archive inclu with vbo) in that i do not see a way to use node related tokens since batch api loses args and vbo doesn't seem to pass nid or node object.
- also, i think the way the std vbo file archive does zip create is wrong; they create a zip and then open, add, close to that file each time next file is processed. i think this prevents using any sort of time based tokens as the zip file name which change when time is different. it also seems far less efficient than simply collecting up all the files; and then adding all at once to zip which is how i am doing it.
Comment #2
liquidcms commentedughh.. and the .inc
NOTE: you must also add 1 line to vbo.module to include this file - there is a function where all the other action .incs are included)
Comment #3
liquidcms commentedthis version is better..
Comment #4
infojunkieClosing this as I don't plan to support this module.