Posted by Sutharsan on September 25, 2007 at 11:22am
| Project: | jQuery Lightbox |
| Version: | 5.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | sun |
| Status: | closed (fixed) |
Issue Summary
I added jLightbox to an existing and working site with cck, imagefield and imagecache. On the admin/content/types//display page the jLightbox options did not appear in the image display select list. From looking at the code it appeared that the options in the select list are cached and the cache is not flushed (function content_clear_type_cache). As a workaround I went to the imagecache administration page and updated one of the presets. Now the imagefield display select list showed the jLightbox options.
I see other modules clear the cache in the .install file (number, text, userreference). Perhaps this is an option for jLightbox.
Comments
#1
Seems to be a reasonable addition.
Patch needs to be tested.
#2
Committed.
#3