How would I go about doing this? What code should I take a look at to get started?
I see that simple:press uses user name and stores all photos in a single folder.
BP Gallery store photos in "user id/gallery id" (with 3 images each).
I'm trying to create a common image folder so that the site users only have to go to one place to find their images.
So I'd need to be able to:
1. Create gallery ("Forums") if it doesn't exist for member.
2. Create thumbnails (if i have to). Is there a way to not create the thumbnails and the galleries still work?
3. Allow user to move "Forums" and other gallery images to other galleries. (I've posted a separate topic asking steps to go through to create a "move image to another gallery" feature on the Gallery Media Edit form.
This would simplify/improve my "image management" for users greatly.
Thanks