Creating a Community Picture Sharing Site using Gallery

geeksikh

Joined: 2011-08-04
Posts: 3
Posted: Thu, 2011-08-04 22:10

I wanted to check if Gallery would be a good tool to create a community supported Stock Image Gallery Site. The Idea is anyone (once approved by Admins) can submit their pictures to be added to the site after logging in using their Facebook/Google/Other Social Site/OpenId. The objective of the site is to allow sharing of pictures under Creative Commons Licence for use by everyone for non-commercial use.

If a user would like to licence the image for use for commercial purpose there should be a option for payment system (Paypal etc)

Let me know if features are possible. I am open to using Gallery supported hosts for hosting this site.

Look forward to your feedback.

Thanks,
Singh

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16504
Posted: Fri, 2011-08-05 16:33

Possible? Sure, but you'll probably have to get your hands dirty coding.

For example, this site is powered by Gallery 2:
http://www.care2.com/c2c/photos/

A heavily modified version of G2, but at the core, it's Gallery.

There is a "checkout" module for G2:
http://codex.gallery2.org/Category:Gallery_2:Modules
http://codex.gallery2.org/Gallery2:Download#Modules
http://codex.gallery2.org/Gallery2:User_Contributions#Modules

http://codex.gallery2.org/Gallery2:Modules
http://codex.gallery2.org/Category:Gallery_2:Contributed_modules

http://codex.gallery2.org/Gallery2:Modules:openid
http://codex.gallery2.org/User:Jablko

Looks like someone started on an openid login module.
____________________________________________
Like Gallery? Like the support? Donate now!

 
geeksikh

Joined: 2011-08-04
Posts: 3
Posted: Fri, 2011-08-05 16:57

Thanks for the feedback. By coding you mean installing and tweaking plugins or is there additional coding that needs to be done on top of that?

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16504
Posted: Fri, 2011-08-05 17:03

No, by coding, I mean writing code needed to accomplish what ever those modules don't do for you.
____________________________________________
Like Gallery? Like the support? Donate now!

 
geeksikh

Joined: 2011-08-04
Posts: 3
Posted: Fri, 2011-08-05 19:37

Thanks again for clarifying it.