Hello and thanks for the fantastic module.
Sorry if this looks a naive question. I'm new to JQuery stuff.

I'd like to add JQuery navigation to individual images, so that users can just click at '<' at left and '>' at right of each image to move to the next image.

If JQuery it as not an strighforward thing to do, I'd like to konw how to add another navigation bar at the bottom of the image. I found the .tpl of the navigation but have no clue how to duplicate it on the image node.

I have tried to achieve it using node_gallery_jcarousel but have no success. So Appreciate your hints.

Cheers

Comments

quicksketch’s picture

I'd like to add JQuery navigation to individual images, so that users can just click at '<' at left and '>' at right of each image to move to the next image.

Node Gallery makes an individual node page for each image created in the gallery. If you'd like to use jQuery to move through the images without reloading the page, then you need to use a separate module that makes a new location for all the images at a different URL. The most likely solution to this is to use a View on the gallery node page. Try using http://drupal.org/project/views_slideshow to make the view as a slideshow, then use a module like http://drupal.org/project/eva (simple) or Panels (more advanced) to place the view on your gallery node.

quicksketch’s picture

I did a presentation on a number of ways to do galleries like this at BADCamp last year: http://archive.org/details/FlexibleImageGalleriesWithFileEntities

Vivaweb’s picture

In one of my Drupal projects i've overwritten the gallery preview template and used WSlider + PrettyPhoto to show gallery.

zengenuity’s picture

Status: Active » Postponed
zengenuity’s picture

Issue summary: View changes

completing the explanation