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

moksa’s picture

views_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...

++

sun’s picture

Status: Active » Fixed

You can install the Thickbox module to do that for you.

moksa’s picture

hi,

i've installed this module but it not... It works only on node ? I must code something ?

because image_gallery is a view.

++

Status: Fixed » Closed (fixed)

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