Ok, I think this is a good module and that what I am looking for, but I have to customize it more...
I will need same option as in TALK module for comments.
Is it possible to create separate tab for image viewing ? Something like that tab where you can upload images.
Please see example: http://drupal.org/files/issues/node-with-tabs.jpg
As I can see in Node Image possition option, there is something like " Manually set in node template by variable $node->node_images". Maybe this can do the trick ?
Or maybe is easier to convert "open the image gallery" button link to separate tab?
Comments
Comment #1
Nikeev commentedIn Drupal 6 I made it with Views. In node/add I have got cck field and can upload images. In Views I have made a tab "Gallery" where displaying small images. And Lightbox2 can show them for full size.
P.S. Sorry for my English)