Closed (fixed)
Project:
Image
Version:
5.x-2.0-alpha3
Component:
image_gallery
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Jul 2009 at 21:40 UTC
Updated:
21 Jul 2009 at 09:20 UTC
Hi all,
i would like to change the link on thumbnail, but it's in this function, really hard to understand for me...
views_theme_field('views_handle_field', $field['queryname'], $fields, $field, $node, $view)
how can i have my thumbnail and link to original (not node) on it, i want to put a thickbox class on it ?
Thanks in advance !
++
Comments
Comment #1
moksa commentedviews_theme_field('views_handle_field', $field['queryname'], $fields, $field, $node, $view)return :
<a href="/club/node/13733"><img src="/club/files/images/9f168910d7322c671591110b74f374dd.thumbnail.jpg" alt="Title" title="Title" class="image image-thumbnail " width="180" height="135" /></a><a href="/club/node/13733">Title</a>07/02/2008 - 22:36<a href="/club/users/23" title="Voir le profil utilisateur.">username</a>howfull to customize...
++
Comment #2
sunYou can install the Thickbox module to do that for you.
Comment #3
moksa commentedhi,
i've installed this module but it not... It works only on node ? I must code something ?
because image_gallery is a view.
++