Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
hi !
I wanted to use Views to display inline thumbnails of some products like that
img1 | img2 | Img3
img4 | img5 | img6
etc.
But I've just discovered it's impossible to select which fields should appear on a teaser view, is it true ?
I've tried a List View but of course the content is displayed as blocks elements.
img1
img2
img3
Do you think there could be an alternative ? Maybe a hack of the code ?
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.