folderblog
What is folderblog?
Folderblog is a free PHP script that automatically displays the images placed in a given directory, no database needed. It can be used as a blog or gallery — and anything in between.

» demo blog   » learn more   » download now

Discussion
more that one photo on same page(back to index)
hi all. how can i post more than one photo on the same page without sitchiing photos together as one file. thanks in advance :)
posted by armeen on 20 Jun 06 at 5:23 PM
I've wanted to do this aswell, but I don't think it's possible since folderblog revolves around the concept of one image = one page. When you upload a picture, the filename of it becomes a part of the URL. And it's pretty logic it wouldn't work with two URL:s.
posted by George on 23 Jun 06 at 2:35 PM
It is possible, but requires some code changes. If you know php, you could introduce in fb.php in the final lines where the "tags" are given their values simply introduce another one having the path of the next file. Additional information like comments etc. would have to be included like this as well.
posted by ikue on 25 Jun 06 at 5:20 AM
If your no good at PHP like me :) Then why not create a blank file in your graphics editor then import the two pics you want in there - not an ideal solution but it works for now.
posted by Craig on 28 Jun 06 at 11:36 AM
ikue: thanks for your suggestion. i'm an okay php programmer. i will look further more into it as i find more time in my hand. in the mean time, if you did come across an alraedy in place php code for it, please share it with us :)

craig: good idea. that is what i used to do but for many reasons it doesn't satisfy my needs. for instace, i cannot include the exif information of all photos proberly!
posted by armeen on 28 Jun 06 at 2:26 PM
Post a Reply:

Name:    Remember me
URL:    
(include http:// or mailto:)
(back to index)