Hi, I'm interesting to make a feautured gallery in my site like badoo. (badoo.com) The gallery must have this feautures:

-Poxibility to Tag user (he or other friends) in photo;
-poxibility to move with drag&drop photo (sorting photo..in front-end)
-poxibility to rotate photo permanently(right, left)
-poxibility to resize the thumbnail preview dinamically by front-end user view
-poxibility to add comment on photo
-poxibility to rate photo

Anyone have some suggestions for that? from where I beginning?

Comments

bwv’s picture

You might want to have a look through the image handling modules here:

http://drupal.org/project/Modules/category/67

----------------------------------------------------------------------
http://music.bwv810.com
http://davidhertzberg.com

I am a writer, researcher and solo drupal freelancer.
Je peux communiquer en français.

Aquilasfx’s picture

sure, i look too to keep in mind what is the best module to use for that... but i'm interesting to know the best way to beginning (image module, gallerix??)

WorldFallz’s picture

"best" is a loaded term without much meaning. It all depends on the details of the use case you are building for. Do images need to be first class nodes? Will you need galleries? Will you need per user galleries? Are photos the main content of your site or merely decorations? There are different modules that are "best" for different use cases.

Based on your description, you'll need image nodes. This can be done with both the image and imagefield modules. But if you want the bells and whistles of the menalto gallery2 app, then you're limited to the gallery2 module requirements.

===
"Give a man a fish and you feed him for a day.
Teach a man to fish and you feed him for a lifetime."
-- Lao Tzu
"God helps those who help themselves." -- Benjamin Franklin
"Search is your best friend." -- Worldfallz

Aquilasfx’s picture

i don't like gallery2 menalto :S Every image are node, and then there is an organization in galleries, user can upload their photo... and make new album... I need to improve a gallery with that feautures and I would like to know if there is possibile anything for that.. drag and drop, tagging, and others that I have listed.

WorldFallz’s picture

AFAIK, there is no one module that offers this aside from the gallery2 integration module (and i'm not even sure gallery2 offers all these features). There are some modules that offer some of the individual functions you wish (i.e. imagecache for dynamic resizing) but "best" is a loaded term with very little meaning. what's best for me may not be best for you. The best (no pun intended) thing for you to do is look at the available modules and try some of them out on a demo site to see if they will meet your needs.

===
"Give a man a fish and you feed him for a day.
Teach a man to fish and you feed him for a lifetime."
-- Lao Tzu
"God helps those who help themselves." -- Benjamin Franklin
"Search is your best friend." -- Worldfallz

Aquilasfx’s picture

I want a gallery that is organized by folders for example: Album1, Album2, Album3 that store inside these folders (image, thumbnails, medium). For maintenability.

Then each user can upload multiple photos when create new album.

Pictures are nodes.

User can rate photos, and add notes(tags)

bwv’s picture

Acidfree is an excellent module (as is Gallerix, although albums are nodes, not images). You can also use Views and the argument field therein to build individual user image galleries. It sounds like you may need to build a custom gallery with CCK, imagecache, and Views. There are a few good rating modules (jrating, fivestar) and you can enable permissions for users to tag images.

Did you look through the media modules that I linked above? There are some there that may work aside from those I just listed. There may not be an out-of-the-box solution for this.
----------------------------------------------------------------------
http://music.bwv810.com
http://davidhertzberg.com

I am a writer, researcher and solo drupal freelancer.

Aquilasfx’s picture

yes sure.. There is a possibility with image module and other modules integration to organize gallery into album folder when user upload photos?

Aquilasfx’s picture

any comments?

bwv’s picture

I suggest you upload the image module and experiment with the built in image galleries. At some point you are going to have to see what you can do. As with much of the Drupal CMS, one must put bits and pieces -- in the form of modules -- together to get the sort of functionality one wants. Good luck.

----------------------------------------------------------------------
http://music.bwv810.com
http://davidhertzberg.com

I am a writer, researcher and solo drupal freelancer.