Closed (duplicate)
Project:
Fast Gallery
Version:
6.x-2.3
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
11 Aug 2008 at 14:35 UTC
Updated:
14 Nov 2008 at 06:27 UTC
I`ve changed the image title in file properties but Image caption not working in thumbnails. I`ve found this problem in previous versions as well. PS. Thank you for past support.
Kind regards,
Adrian
Comments
Comment #1
rapsli commentedI'll have a look into it.
Comment #2
JimmyHwang commentedI changed as following, it is work well on Windows now.
function imagecache_create_url($presetname, $path) {
$path = _imagecache_strip_file_directory($path);
//return file_create_url(file_directory_path() .'/imagecache/'. $presetname .'/'. $path);
$file = file_directory_path() .'/imagecache/'. $presetname .'/'. $path;
$url = $GLOBALS['base_url'].'/?q='.$file;
return $url;
}
Sorry, it is fix for can't generate thumb pics.
Comment #3
rapsli commentedDon't really know what this should do, but I've put now up a new dev version, which has better support for exif. There was some bug in there.
Comment #4
ar-jan commentedCould it be this Imagecache problem? Has fix. http://drupal.org/node/299329#comment-990079
Comment #5
ncy commentedImagecache has always worked fine for me ... I didn't try RC2 though, so maybe I missed out on something. I went from v1 to v2.3. anyway, i coded up and posted a new version here, that allows customizable image caption (some screenshots included):
#316967: Alternative Version - New Features and Fixed Issues
Comment #6
ncy commentedComment #7
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #8
ambrojio commentedUsing the latest stable build -- 6.x-2.3-- I'm having this same problem.
Also, in the Quick Setup instructions, there is a reference to setting caption settings in admin. I am not seeing any caption related settings in the admin tool. Has this been removed? Because I would sure like to be able to set other EXIF data as captions...it is imperative that copyright and photographer credit be displayed for my images.
But, cheers, this is a nice module.
Comment #9
ambrojio commentedSorry, forgot to set this back to active...
Comment #10
ncy commentedtry the test version i'm working on, posted here:
http://drupal.org/node/330188#comment-1103142
remember to completely uninstall the old version first!
the more beta testers, the better ;)
Comment #11
ambrojio commentedAhhhh...that's better. All sorts of new stuff.
It's working quite well: no bugs or anything like that so far, although the EXIF data in my images seems to be mapping the camera model to ImageDescription, so I had break into the field mappings a bit. I also added copyright info and such.
I understand the desire to have this be super light and fast, and therefore not having any UI based manipulation of captions and such, but I wonder if it would be possible to have some options for WHEN captions are shown. That is, I'd like for all the data to be visible when viewing the image at full size, but only the title when in thumbnail view. I highly restricted the word count for thumbs, and that helps, but it's not ideal.
I'm not sure this solution will work for MY client's gallery management (I think more UI based would be better for them), but I really like this module for my own needs. Good work, and thank you.
Comment #12
rapsli commentedhttp://drupal.org/node/330188