Hi, I would like to display the lightbox widget for image files uploaded using Filefield, and display these images in a View. I can't do this, however, because I only get an image file icon when I set the widget to be Lightbox2 iFrame. Also, Views is not the only place where it doesn't work, in the teaser and node pages, the file is displayed as a small image file icon as well, no lightbox, ... I would like to say though that LightBox works perfectly on my Drupal for Image Assist images and Image Galleries, but doesn't seem to work for Filefield.

I'm attaching a screenshot, you can see at the bottom "Artwork Attachment". I'd like to have lightbox there, not this icon.

Thanks,

Loic

CommentFileSizeAuthor
screenshot-image-icon.jpg19.99 KBgafir777

Comments

ultrajet’s picture

Yeah, I got the same problem too, please help us

stella’s picture

Priority: Critical » Normal
Status: Active » Fixed

Fixed in the latest dev release (available later today). The issue only arises when no description is entered for the file uploaded.

Cheers,
Stella

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

PePiToO’s picture

Status: Closed (fixed) » Active

Sorry to reopen it but the problem is still here for me.
I only use lightbox2 and imagefield.

When i use the display option lighbox2 iframe, only the descriptions ( which is linked to the image ) is displayed with a small icon next to them.
When i click on the description the image is displayed well on the iframe though.

i use the latest dev version.

I need the uploaded image to be displayed on the node, not the icon, with the same lightbox2 link.

What is this display option supposed to do ?

Thanks

fakechilly’s picture

Hey m relatively new to drupal and stumbled upon the same problem..
Did u manage to figure out what is missing?
Or is it something that cannot be done?
Is there a way to display the original image instead of the icon?
plz Help
Thanks

cyrusvhadsupper’s picture

Hi there,

I ran into the similar problem; I was trying to open up a pdf file which is uploaded through FileField; I choose Lightbox2 iFrame as the display method; then I get this chunk of html code for the pdf link:

<a class="lightbox-processed" rel="lightframe[][<br /><br /><a href="http://localhost/drupal/sites/default/files/xxx.pdf" id="node_link_text">View Image Details</a>]" href="http://localhost/drupal/sites/default/files/xxx.pdf"/>

It is kinda messed up.

I followed #2, added description to the filefield, and now it works! #4 #5 should try this

nimek’s picture

I have views 2.8 and lightbox dev version from 8 March and the problemm is still there.
I nothiced thah the cck lightbox ifrAME node formater dosent work also.

jrotondo’s picture

Same here. Running 6.x-1.x-dev from March 7 2010 and the problem still exists.

jrotondo’s picture

Got this running with some help from a Drupal guru. I did not have the imagecache module installed. Once I added that and created a preset to handle my thumbnail creation, all the other Lightbox options opened up within my View.

lolmaus’s picture

#9 solved same issue here.

stella’s picture

Status: Active » Fixed

Can't reproduce this. Please open a separate issue if this is still a problem.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

mahesh e p’s picture

#9 is right. did not have the imagecache module installed.