HI !
I've created a View to display a list of thubnails, my images are displayed correctly but I'd like to add some of the fields of the view as the Title="" of the images.
For example, I print the list of images <?php print $field_pochette_du_disque_fid?>
and my title should be something like this title="<?php print $field_nom_de_lalbum_0_value?>"
When I set this block http://drupal.org/node/40087 to show on user/* I get a error if someone trys to register a new account via /user/register. does anyone know of a fix.
I am using gallery2 embedded module on my site.I would like the module to use a different theme than page.tpl.php. What do I need to put in template.php to tell gallery to use a different template. Such as gallery.tpl.php