Closed (fixed)
Project:
Node Images
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Jan 2007 at 14:44 UTC
Updated:
1 Jan 2008 at 18:36 UTC
What about an ability to link the image to the body view of a node and not to the big image?
Comments
Comment #1
onepairofpants commentedactually, the module will already let you change that. There is a themeable function that allows you to change how the images get displayed. in your template.php file, copy the function 'theme_node_images_view' from the module file and rename it to 'yourtheme_node_images_view'. then change the lines
to
i think that will accomplish what you need but i haven't tested it. let me know if it works...
Comment #2
pebosi commentedgreat thanks
Comment #3
stefano73 commented