Active
Project:
Node Images
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 May 2007 at 20:53 UTC
Updated:
30 Dec 2007 at 21:56 UTC
I'm new to Drupal and PHP... been designing web sites for close to 10 years.
The Node_Images module offers most, if not all of the functionality i need. However, I would like to display the gallery directly on the associated node. This way the user doesn't need to click "Open the Image Gallery" to toggle through the full size images.
Thanks in advance for you guidance and support.
-Mike
Comments
Comment #1
terrybritton commentedIn administer, content management, content types you can set how the images are displayed for each content type. You can choose: show above node body, below node body or manually set in node template, which will give you a lot of flexibility on the display. Set the image format in node body to full size images. You will probably have to create a node template to get the page looking exactly the way you want to.
You can also get to the image gallery for a node directly by linking to node/306/image_gallery rather than node/306, which would just take you to the node. Although you would have to come up with some creative ways to link directly to the gallery instead of the node. The views module would probably work.
Comment #2
JmsCrk commentedActually I'm looking for this feature as well. If I select "full size images" for the body, it shows all the images as full size, not as a gallery. I suggest that there could be another selection of "as gallery" as well as the thumbnails and full size. Is that possible?
And although I know I can set the node image location in the template, I don't think that allows specifying a gallery display rather than the default node image display?