Posted by tsvenson on March 27, 2009 at 4:56am
I am working on a site where I will use the content profile to let members create a node based profile.
I have been trying to find a module to handle an associated gallery for each profile, where the member can upload images to their own gallery. The closest I have fond so far seems to be Node Gallery, but it is still in alpha only.
I have also looked at Node Images, but since that is not storing images as nodes using a workflow will be more or less impossible.
As mentioned, the site is using workflow so content profiles has to be approved before being publicly available, which also includes any uploaded images.
It also needs to work with Lightbox2.

Comments
I followed to approach from
I followed to approach from the Ulitmate Community Site Guide, which worked great. See the example on drupalfun.com/media.
This uses imagefield, imagecache, content profile, thickbox.
Also use filefield_sources
Also use filefield_sources module and imagefield_fupload to the mentioned modules above.
Imagefield is better approach.