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
FB3 still not working(back to index)
I've been trying to get FB3 working for me off and on for the past 5 monthes. So far I've gotten it to show up, but for some reason it is not displaying most of the images I put in the category.

Please look at:

http://imagebaker.com/folderblog/fb.php?p=image/06_4297264/

and you will see it displays the image fine, but when you go to the next page, it no longer displays the image.

Any help?
posted by Jason on 25 Oct 05 at 9:16 PM
Huh thats a strange problem. ;) Indeed other pictures dont show up, and the reason is that the image height and width is set to 1. Why this happens, I cant tell you without having a close look at your specific files (fb.php, the template ones, etc). But a direct aid would be that you simply erase width="blablabla" and height="blablabla" from your main template.
posted by ikue on 27 Oct 05 at 6:02 AM
Okay, I took out the height and width, the problem remains. When I look at the source code I see a difference between the pages that show the images, and the pages that do not show the images.

The pages that show the images are grabbing them from the photos directory:

imagebaker.com/folderblog/photos/

Whereas the pages that do not show the images are grabbing the image from the album directory, which contain the"0-files":

imagebaker.com/folderblog/photos/faces/

The "0-files" are essentially 1x1 pixel files.

Any ideas?
posted by Jason on 27 Oct 05 at 7:41 PM
I think we get closer to the problem. ;) So, I think you made a mistake in migrating from fb2 to fb3 which uses a different file system structure. Take a quick look at the installation tutorial of fb3 posted on this website, it defines a necessary structure. You essentially should by no means have 1x1 pixel files in your folderblog.

Any changes?
posted by ikue on 28 Oct 05 at 2:12 AM
Yes! Finally, that's right I forgot about the redundant file thing. That's kind of strange though how some of the files would show the full images and some would not even with the 0-files.

Awesome, alright, now let's see what kind of damage I can do with the templates.

Thanks a ton!
posted by Jason on 29 Oct 05 at 12:07 AM
Post a Reply:

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