Forum Moderators: coopster

Message Too Old, No Replies

PHP image gallery

Need a php image gallery with lots of features

         

madmatt69

10:43 pm on May 31, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hey everyone,

I've got a site with a number of topics and would like users to be able to contribute pictures about said topics.

So for example, someone could go to the "red widgets" section and upload their own photo of a red widget, and view other contributors photos of red widgets.

Prefereably I'd like to find a script that lets me do that, but also dynamically assigns some SEO friendly values, such as an "alt" attribute (maybe based on a title the person can give their image) as well as an seo friendly filename (perhaps also based on user inputted title) so you'd have red-widget-farm.jpg instead of DSCN10034.jpg.

Also, I'd like to be able to pull a string that I can input into the frontpage of the site that will say something like "12 new images of red widgets in the widget gallery!" and updated every day.

Does anyone know of a script / application that would do this, or do it with some modifications?

Any suggestions are greatly appreciated, please feel free to stickymail me any tips.

Thanks!

jatar_k

6:56 pm on Jun 1, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



all the gallery scripts I know probably wouldn't work like you want. I think you be better off whipping this one up from scratch.

an upload form that allows them to pick a cat, throw the pic in the filesystem somwhere, add the info a table in the db.

Shouldn't be too rough, integration with the existing system will be the fiddley part I would think.

you could start with this
[webmasterworld.com...] msg 29

madmatt69

7:58 pm on Jun 1, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Thanks - That's a really useful thread!

I'll see what I can figure out. I'm by no means a PHP coder, but I'm sure I can stumble my way through it. Just might take a little longer.