I created an image gallery by CCK + views + imagefield + imagecache + lightbox2.
I wonder how to add the functionality that I could let user add comment when lightbox2 is showing the image? I am thinking
1) a lightbox in lightbox solution, which means when a user click on a thumbnails of the image, lightbox will then show the image in the middle of the screen and a link of "add comment" will below the image, and when the user click on the "add comment" link, it will tragger another lightbox to appear to let user to input his/her comment.
or
2) when the user click on a thumbnails of an image, a lightbox containing the image and the comment input box will appear.
It seems to me the 2nd option is easier to do? Is it? how can I do it?
Thanks in advance.
Comments
I'm also interested in
I'm also interested in this
I have already see an example of this (not Drupal) at this site (just click the first image)
http://vtk.ugent.be/photologue/gallery/proclamatiefuif/
the idea like the problem is
the idea like the problem is fixed in the link from jonasvh is pretty great.
i want just to display the comments of the node in the lightbox and the ability to write comments IN the lightbox.
the problem ist, that i don't know how to realize it.
the design in css and js isn't the problem.
but i don't know how i can display the comments of the node in the lightbox?!
i also don't know how to make the "check - button" adding comments - which i wrote in the smal box - to the node.