|
Title: Interactive web photo gallery Post by: Brian Fein on April 04, 2006, 03:01:38 pm Calling all computer folks...
I'm making a web site, and one of the finishing touches I want to add is a photo gallery that registered users can upload pictures of their own. It can be a php add-on, since this site will contain a phpBB message board, I'm fine with integrating the gallery with the boards. I've seen this done before, like here: http://www.aseclub.net/4images/ Can someone tell me how I can do something like that? I'm a complete novice when it come to php stuff, but am pretty good with HTML. Thanks in advance. Title: Re: Interactive web photo gallery Post by: Buddhagirl on April 04, 2006, 03:25:17 pm There's a free program that I use quite often called Gallery. You can take a look at it here: http://gallery.menalto.com/. It's free. You just have to get it running on your server, and then you can customize from there.
I know that users can manage their own pics and stuff. Title: Re: Interactive web photo gallery Post by: jtex316 on April 04, 2006, 03:33:17 pm I will recommend using a program similar to what BuddhaGirl recommends, if not that program.
Just follow the instructions of the program and you should be OK. You may have to call up the place where your site is hosted at - you may need a server admin to perform some basic PHP set-up stuff and permissions stuff. Title: Re: Interactive web photo gallery Post by: bsfins on April 04, 2006, 03:37:09 pm Excuse me for being a complete and total Dumb ass...but Photoshop CS has a buit in Photo gallery maker in it...I know it will spit it all out in html...I just can't figure out how to post it...
here's a link to the tutorial that I found to show you what it can do...it's kind of stupid...but it works... http://www.tutorial-haven.com/tutorial_list.php?name=photoshop&rowstart=0 Scroll down to photgallery tutorial... [attachment deleted by admin] Title: Re: Interactive web photo gallery Post by: Brian Fein on April 04, 2006, 04:00:29 pm B - you're right, but its read only. I want something where I can post it and users can go and look at pics, then create their own album and upload their own pics.
Buddha, Joe, thanks for the tip. I'll check it out. Title: Re: Interactive web photo gallery Post by: Fau Teixeira on April 04, 2006, 04:05:29 pm 1 - i reccomend using SMF over phpbb.. we use it here ! .. it's feature-y !
2 - check out sourceforge.net for php programs like that .. doing a quick scan i found: http://yapig.sourceforge.net/ http://craftysyntax.com/csgallery/ http://coppermine-gallery.net/index.php the last one is probably my pick Title: Re: Interactive web photo gallery Post by: Brian Fein on April 04, 2006, 04:16:24 pm Thanks Fau -
I've never even heard of "SMF" - I looked at that YaPiG and it seems the easiest to install so I'll see if I can get that up and running tonight. Ultimately, I'd like to NOT have seperate login infor for the message board and the photo gallery. what drives this? Title: Re: Interactive web photo gallery Post by: Fau Teixeira on April 04, 2006, 04:21:50 pm you use SMF every day .. look at the bottom of the page where it says:
The Dolphins Make Me Cry.com - Forums | Powered by SMF 1.0.7. i don't know if you can do the same login for both without some php editing but i'm sure it's possible Title: Re: Interactive web photo gallery Post by: Brian Fein on April 04, 2006, 04:27:15 pm I've seen many many many online photo galleries that use the same login for both (including that one I linked to above), so it must be possible.
Title: Re: Interactive web photo gallery Post by: Frimp on April 04, 2006, 04:39:40 pm I use my old message board to host the photos. Frimpy's Pub is a ghost town now, but I can still upload photos there.
You can set up an Invision Free message board, and upload photos there...Or, I can make it a forum for everyone here. Its already set up, and since I'm the only one using it, I could give passwords. If anyone knows how to change the board format, I'll let them. Title: Re: Interactive web photo gallery Post by: bsfins on April 04, 2006, 04:42:11 pm Well, I tried...I don't know Jack didly shit about websites,how to build them....Just thought it might help.... :|
good luck... :) Title: Re: Interactive web photo gallery Post by: Brian Fein on April 04, 2006, 05:29:17 pm Thanks, B - the effort was there, I appreciate it. :)
Title: Re: Interactive web photo gallery Post by: Frimp on April 04, 2006, 05:31:16 pm Do you want to use my board?
Title: Re: Interactive web photo gallery Post by: Brian Fein on April 04, 2006, 06:44:23 pm Do you want to use my board? No, thanks. I have web space already. I'm trying to get this photo gallery set up integrated into my site.Thanks, anyway. ;) Title: Re: Interactive web photo gallery Post by: Lee on April 04, 2006, 07:08:40 pm For ease of use, ease of install and features galore, you DEFINATELY have to go with coppermine. Its what I set up for a website I designed a year ago. (Plus it allows users to post and even guests to post their own picks... as in what you want).
Title: Re: Interactive web photo gallery Post by: Brian Fein on April 04, 2006, 07:23:06 pm For ease of use, ease of install and features galore, you DEFINATELY have to go with coppermine. Its what I set up for a website I designed a year ago. (Plus it allows users to post and even guests to post their own picks... as in what you want). It looked like the most "feature-y" (as Fau says). Is it hard to set up?Title: Re: Interactive web photo gallery Post by: Lee on April 04, 2006, 07:25:04 pm Not at all, I could walk you through it one day. Or you could download the file and read the directions if you don't want to wait to meet/call. They weren't complicated at all.
Title: Re: Interactive web photo gallery Post by: Brian Fein on April 04, 2006, 07:25:40 pm I'll look at it tonight, but I'm a php retard.
Thanks, Lee. Title: Re: Interactive web photo gallery Post by: Dave Gray on April 04, 2006, 07:50:28 pm I'll look at it tonight, but I'm a php retard. You accidently typed "php". Title: Re: Interactive web photo gallery Post by: Brian Fein on April 04, 2006, 09:56:17 pm I think I got it set up, but it needs work...
Thanks, Lee, Fau, Joe, and Buddha... |