As i used the gallery module in combination with the image module, it displays the title of every image.
How can i disable this function?
In other words in a image gallery i like to show the thumbnails without any kind of text how can i accomplish this?
Comments
Comment #1
strauch commentedHi,
i would prefer a good theming for the image module, but i found a thread how you can edit the style without changing the module files of image. Here is the link, i hope it would help you:
http://drupal.org/node/41257
if you want for and back links in the image notes look at this thread: http://drupal.org/node/61704 i hope this will be integrate in a future version. In the future i hope i can integrated the forward and back buttons in the theme......
Greetings
strauch
Comment #2
nickgs commentedCheck out the auto-node title module... may be what you are looking for.
http://drupal.org/project/auto_nodetitle
Cheers.
Nick
Comment #3
held69 commentedThanks! i'll check it in a few.
In report back
Comment #4
held69 commentedAuto node title works great, really the thing i was looking for. Thanks
Comment #5
FrontBurner commentedHow does the auto node title effect the way the image gallery module displays the title? The only way I can see it effecting anything is disabling the "title" field when creating or editing an image node.
Comment #6
held69 commentedIt gives you the option to create the title automatically and hide it.
So afterwards each image in the gallery has an automatically created title which is hidden.
Comment #7
FrontBurner commentedI have autonode title set to "Automatically generate the title and hide the title field" which works as expected. When creating or editing an image the title field is hidden and a title is automatically generated. However, if I go to view the gallery the auto generated title is displayed. It was my impression that the autonode title module only effects node edit and node create, I don't see any code within the module that would effect node view.
Comment #8
held69 commentedI have autonode title set to "Automatically generate the title and hide the title field"
Where did you configurate this setting?