Closed (fixed)
Project:
File Framework
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
1 Apr 2009 at 04:27 UTC
Updated:
20 Oct 2009 at 20:57 UTC
Hi all,
once again thanks for this module. Here are my questions:
* Does anybody know whether it is possible to combine fileframeworks with imagecache? I would like to replace the combination filefield + imagefield +imagecache from the tutorials to create custom sizes views of pictures.
* If so: has anybody documented the use?
Best wishes
Sebastian
Comments
Comment #1
miglius commentedTo create a custom size previews you can set them at "Maximum resolution for embedded image custom previews: " under the 'admin/settings/file/format/image'
Comment #2
JerryH commentedSebastian
Which way did you go in the end ?
I'm trying to create a view that can actually view a file attachment that I know is going to be an image. I have a view which is bringing in the preview/hide file framework HTML, though just want to build a
Cheers.
Comment #3
JerryH commentedHi miglius,
Is there anyway to actually generate an image link without having to custom code looking though the dB & bitcache then checking and forming it yourself, I've been looking for a while now, and can't find anyway (or anything) to pass the nid of the fileframework node to and get a link to it back.
Thanks,
JerryH
Comment #4
JerryH commentedI've managed to hack out the images URL from the bitcache, though now finding a way to have a set image size is the task !
Comment #5
JerryH commentedComment #6
miglius commentedYou can use a file_embed module which comes with a FileFramework. It allows embedding images to other node using a UI.
Comment #7
JerryH commentedYup got it now, pulling the bitcache URI directly in the theme from the parent nid.
Needs some cleanup and checking before prod, though works nicely :
Likely a better way to get/render the URL though .........