Advice On PHP Photo Gallerys

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
WaterWolf
Forum Newbie
Posts: 3
Joined: Wed Jan 18, 2006 12:09 pm

Advice On PHP Photo Gallerys

Post by WaterWolf »

Hello,

I'm trying to develop a php webpage and I'm hoping to minimise the amount of work I have to do. I'm looking for a free photo gallery script to use on my site with the minimum amount of editing. At the moment I can't seem to find one that has all the features I want (or else it's not very clear that they have these features).

What I want is something reasonably simple using a mysql database. Only I will be putting photos in it so it doesn't need the ability for other users to upload photos. I want to be able to put photos in albums in the standard tree structure however (CRUCIALLY !) I also want to be able to assign photos to categories. A photo can belong to any number of categories and a page displaying all photos from a particular category can be displayed. E.G. If a user clicks on a 'Dogs' category all photos that contain a dog in them are displayed no matter what album they are stored in.

I've seen this functionality in commercial gallery programmes but does anyone know of a free one that can do this ?
Last edited by WaterWolf on Wed Jan 18, 2006 12:45 pm, edited 1 time in total.
User avatar
neophyte
DevNet Resident
Posts: 1537
Joined: Tue Jan 20, 2004 4:58 pm
Location: Minnesota

Post by neophyte »

Let me direct you to GOOP Gallery my open source project. http://webgeneius.com/demo/

All you have to do is put the script one leve above your picture folders. Aside from that you have to define the path to your gallery in a config file.

Then it does the rest for you dynamically: thumbs, resize larger images etc...

But it looks like you need some sort of Database driven set up if you want categories and seaching.

I'd look around at sourceforge.net. There's a ton of that type out there.
WaterWolf
Forum Newbie
Posts: 3
Joined: Wed Jan 18, 2006 12:09 pm

Post by WaterWolf »

Okay, just reread my post and realised that I may cause confusion with my 'tree' example as people may confuse it with a tree structure.... So Change that line to :

E.G. If a user clicks on a 'Dogs' category all photos that contain a dog in them are displayed no matter what album they are stored in.
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Post by pickle »

The most popular image gallery setup is Gallery. I know you can sort pictures into albums, but I'm not sure about categorizing. It's the most popular PHP photo gallery, so if anything should have it - it would.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
matthijs
DevNet Master
Posts: 3360
Joined: Thu Oct 06, 2005 3:57 pm

Post by matthijs »

A very nice gallery script I use is http://www.zenphoto.org/, however it is in beta stage at the moment (very web 2.0 :) ) but works very well.
Some others which seem good: http://photostack.org/ and http://www.plogger.org/

But you will have to check yourself to see if they have the features you would like to have.

Good luck.
Grim...
DevNet Resident
Posts: 1445
Joined: Tue May 18, 2004 5:32 am
Location: London, UK

Post by Grim... »

Instead of catagories, try looking for some that feature 'tagging', which is basically the same thing.

I think Flickr started all that off.
foobar
Forum Regular
Posts: 613
Joined: Wed Sep 28, 2005 10:08 am

Post by foobar »

Grim... wrote:Instead of catagories, try looking for some that feature 'tagging', which is basically the same thing.

I think Flickr started all that off.
Just for reference, it's called "folksonomy". It relies on the users creating categories rather than them being dictated by the runner(s) of the site.
pilau
Forum Regular
Posts: 594
Joined: Sat Jul 09, 2005 10:22 am
Location: Israel

Post by pilau »

WaterWolf, add me to your MSN, and I'll send you my script+directions on how to use it
Post Reply