I'd love to see a feature that allows facebook-like comments that could be added by viewers to the individual images. I'd like to use this for a class that would allow students to upload their photos then be able to comment on them. See attachment for sample (Photoshopped mock-up).

Thanks!

CommentFileSizeAuthor
Galleriffic_w_comments.jpg139.46 KBAnonymous (not verified)
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

acouch’s picture

Status: Needs review » Closed (works as designed)

I would like to have all of those nice comments too ;)

This is really separate from the module. Those would be comments you would have added to a node.

The way to do this is to make a gallery node with an imagefield, make a view with galleriffic, use views_attach module to attach a display to the gallery node, then have people comment on the node. The ajax_comments module would allow for rapid commenting without refreshing the page.

grigorym’s picture

Status: Closed (works as designed) » Active

acouch, thank you for your work, to begin with!

Could you please clarify a little bit this issue with comments? If galleriffic view shows images from individual nodes, then the comments on the individual nodes are NOT loaded along with nodes falling into the gallery layout themselves, are they? All, that happens further (selecting and showing individual images), happens on javascript level. Thus no over view, which could show comments on the selected image, could be loaded, right?

What's the way to go, if I want to comment individual images, shown within the galleriffic?