Separate tab for images or image gallery
chazz - January 23, 2009 - 11:53
| Project: | Node Images |
| Version: | 5.x-3.x-dev |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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?

#1
In 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)