Postponed
Project:
Dynamic display block
Version:
6.x-1.0-rc6
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
24 Mar 2009 at 18:54 UTC
Updated:
6 Jun 2009 at 01:36 UTC
I'm attempting to use ddblock to create a simple slideshow, from an image folder rather than content.
I'm using the image module, so want to exclude preview and thumbnail image files in the directory (excluding based on a simple string like *preview* *thumbnail*) so that the slideshow only picks up original images.
Anybody know if this is possible?
Not knowing how to do this, I've been attempting to create the same effect with views which seems to be a better documented way of doing this, but with not very much success, at least in regards to keeping the image module.
Apologies if this is a duplicate request, I trawled as much as I could.
Many thanks
Comments
Comment #1
ppblaauw commentedYou can hack the module and replace the following code in the ddblock.module file:
with
after the line:
Hope this helps you further, please let me know.
In the next version of the module will try to find a more elegant solution with a field in the UI to exclude file_names.
Comment #2
incredible sulk commentedBrilliant, thanks, that worked perfectly. And very useful at the moment with the image module not being very co-operative with views.
Comment #3
ppblaauw commentedset status to postponed.
Will implement file exclusions in next version off ddblock module.
add tags