I have a node type which uses CCK Imagefield on a content type. The desired node should have the attached layout [File: imagefield-imagecache-lightbox.png].

The functionality of the ImageField should be:

1. Loads first Thumbnail image as the Main Image with image title below
2. Clicking on other Thumbnail images will load them in the Main Image region with respective title below
3. Clicking on the Main Image will show the image in a lightbox

Having read through Drupal's extensive docs section I understand that this will require me to modify the node.tpl file for the related content type. Being a novice at Drupal development and even more so at Php I don't know how to attain the desired results.

Hope someone can clue me in on what needs to be done. Appreciate any assistance you can throw my way.

CommentFileSizeAuthor
imagefield-imagecache-lightbox.png128.1 KBsarhansg

Comments

kars-t’s picture

Status: Active » Fixed

Hi

I am closing this issue to clean up the issue queue. Feel free to reopen the issue if there is new information and the problem still resides. If not please make sure you close your issues that you don't need any more.

Maybe you can get support from the local user group. Please take a look at this list at groups.drupal.org.

Status: Fixed » Closed (fixed)

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

bhavin.ahya’s picture

Hi

There is no need to modify any tpl files. You can achieve the desired result by using http://drupal.org/project/imagefield_cycle module.