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
Three questions(back to index)
I have a few more questions:

1. Why is one row on the archives page not completely filled with pictures?
2. Where can I change the display of the category list, so that the names of the categories won't appear in a list?
3. What's wrong with my commentform? First I added a comment, but it wasn't displayed and now comments aren't added at all!
posted by TalX on 12 Jul 05 at 5:12 AM
1. Try setting $thumbs_perrow in your fb_settings.php to 5 (it looks like your current setting is 6).
2. In your template_style.css add the following:
ul.fbcats li { 
display: inline;
}

3. Make sure $require_captcha is 0 in your fb_settings.php.
posted by donald on 12 Jul 05 at 2:33 PM
Thanks! Only the comments still don't work...the $require_captcha was already 0 in the fb_settings.php. So the problem must be something else...
posted by TalX on 12 Jul 05 at 3:43 PM
Post a Reply:

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