Hello all,
anybody help me Please.......

I m using drupal 6.10.
I want to do photos sharing and display like photo gallery, when we clicked on that Thumbnail,then we will see original photo and below this image we can add comment and rating for that image.
i.e i want rating and commenting for per image.

we have used some module
1> gallerix module
This module is very great module for photo sharing and gallery but here we need to buy widget for rating and commenting for image. I can not buy this module.

If any module is supportive to gallerix for rating and comment.
Please help me.................

2> i have taken all modules from kankanchina.com site which is a photo shaing site. and also installed image FUpload module)
I happy because I can give rating and commenting per image. :)

but problem is each image is as a one node.

Here i want all images should be in one node which is i uploaded. same as other users also i.e they can create one menu link for his/her images.

I tired......

Please give me proper suggestion and documentation.

Comments

vm’s picture

three options off the top of my head.

use the gallery2 script at gallery.menalto.com
use the image.module available for drupal which also has within it an image_gallery.module
build a content type with CCK.module and imagefield.module and use views to build your gallery.

shubhada’s picture

I have not used 1st option. but other two options i tried.
it not like that.
i uploaded image module it gives rating per image, but here each image is a node. here i want multiple images in one node/page and then per image have rating and comment box . that's why i uploaded image_FUploaed. module but it is also create each image as node.

in 3rd option can i share the photos?
I done also that way but i can not share my photos. This is drawback.

May be here I am going in wrong way.
Please give me documentation in detail(i.e which module i want to used and process also.)

shubhada’s picture

Anybody help me please............................

m13’s picture

why would you want that? anyway, image assist seems good for this but I don't think it does what you wish.

do you need something like that?
http://nimfahtography.com/

?

m.

m13’s picture

modules:

image
imagecache(?)
image gallery
lightbox (for a nice display of photos)
fivestar
enable comment module as well

and I think that's it!

m13’s picture

these are all for one image per node :(

vm’s picture

all you have left is node_gallery however you can only vote on a single node and comment on a single node.

the concept of a node is that its a container for the other pieces. That is why images are nodes. If they aren't nodes, you can't vote on a single image or comment on a single image.

shubhada’s picture

Yes, you are right.
I do not want it.
I want which images i uploaded that images are in one node.
that node display like gallery.Each image have to rating and comment box.

In the gallerix module each image is not as a node.

How to solve this Problem?
still I didnt get any solution on this.

vm’s picture

My suggestion again is to use the gallery2 script or coppermine script something that is written specifically to handle images. It doesn't sound like you need drupal at all for what you want to do.

Otherwise you will have to workaround the options that have already been laid out for you or write your own module.

the idea that you don't want images to be nodes escapes me, images being nodes isn't a problem. After they are nodes you can create a gallery feel using themeing and views or some other method if you invest the time.

a short breakdown

an image becomes a node,
that node can then be voted on
that node can then be commented on
that node can then be expanded by every other modules that works with the node system.

using imagefield, images aren't node but are part of a node
that node can then be voted on
that node can then be commented on
that node can then be expanded by every other module that works with the node system

I understand what you want, but what I can't decipher is:
Why you want to avoid nodes? From what I gather, you don't want images as nodes because you want more than one image per node. What I don't think you understand is that you can have a page that displays more than one image on it, even when images are nodes, if you theme or use views and theme.

You state you tried imagefield, but don't state where you had a problem using imagefield. Image field allows multiple fields per content type thus, multiple images. That said, you can still only attach a voting mechanism to a single node. Therefore if you have 6 images on a single node, you can only vote for the node, not for the image.