I wonder if is it possible to keep the cached screenshot in a CCK field, maybe combining it with a module like Remote File. So it could be integrated in Views or make use of Imagecache presets too.
Thanks in advanced.
I wonder if is it possible to keep the cached screenshot in a CCK field, maybe combining it with a module like Remote File. So it could be integrated in Views or make use of Imagecache presets too.
Thanks in advanced.
Comments
Comment #1
geobaev commentedThis is a good idea and it is in my plans for the further enhancement of the module.
Comment #2
Anonymous (not verified) commentedI would definitely like to see this functionality, mainly in the 7.x branch, tho. :-)
1. local cache
2. image handled as "regular" imagefield
Comment #3
naeluh commentedI really would like this functionality too!
Comment #4
bennos commented+1 for this feature in the D7 Version.
some great things can be done like saving the last thumbnail or a view with the last thumbnail to see what changes are made on the design or layout of a page.
Comment #5
puravida commentedThis feature is currently being considered.
Comment #6
arsirc commentedIf i understand your requests correctly you want the possibility to place the thumbnail inside a CCK field without the need of the Link module, correct?
Would it also be useful to support the Link module in the 6.x branch of the plugin?
Comment #7
bennos commentedthe original feature reuqest was for D6 more then 1 1/2 year ago. think we should talk about D7 version.
saving the thumbnails in a D7 core imagefield would be nice, so we can do a lot of things like external caching, processing it via th image API and more.
Comment #8
puravida commented@bennos
It sounds like of a lot of great inter-module functionality could happen there.
If you don't mind, please show off your integration once you get it working like you want. ;)
http://www.shrinktheweb.com/forums/stw-developer-community/show-your-pag...
I believe that we (e.g. arsirc) will be able to do this for D7.
Comment #9
bennos commentedwill post my solution there.
Comment #10
taote commentedIs it not possible to add a new formatter for the Link module where the only output would be the url of the local cached image? So, this could be used and modify through PHP using Views.
This the easiest solution I can figure out.
Is it possible? Some ideas?
Comment #11
zarexogre commentedHi, I wanted to cache the shrinktheweb files locally makes massive difference to load time. I hacked this function:
Its not sexy but it works, maybe we could improve this so it works well and the code is cleaner?
Comment #12
devdokimov commentedComment #13
puravida commentedDrupal8 provides an automatic caching framework, and we are working on a new release for D8.x that will utilize this functionality by default. This will streamline our integration, eliminate potential caching issues, and speed up website screenshot image loading automatically.
For the older 7.x version, we are going to consider supporting this CCK option but have some pressing tasks to handle first. I will update this thread when we are ready to take another look or in the case that someone else comments.