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
including extensions?(back to index)
does fb include the files in the extensions-dir in any order? i recognized, that the gzip_compress.php (donno for what reason) needs to be loaded first. so does fb do any sorting first? how could one get a hand on this to influence this?
posted by erik on 26 Jun 05 at 1:23 PM
btw: i'm talking about sorting (if ordering is bad english)
:-/
posted by erik on 26 Jun 05 at 1:26 PM
"Ordering" is just fine for what you mean.

The files are not sorted by the script, so appear in the order they are returned by the server.

What error do you get if it's not loaded first? What other extension files are you using?

The problem may be output-related (i.e. the gzip file has to load before any output is done) — but no extensions should output anything (I really need to get on top of an extension-writers guide); they should only create tags that the end-user places in the appropriate place in the template.
posted by donald on 27 Jun 05 at 5:32 PM
its fixed already: when using both folderblog-extensions: Elwings DoctypeSwitch (that outputs something ;-) lucky it does :-) ) AND MoreSpeedWithGzipCompression in folderblog3,

then its necessary to include the gzip_compress.php just the way i described it for folderblog2 in the corresponding wiki-entry.

when only using gzip_compress with fb3 my description is correct...

thanks anyway for your reply
posted by erik on 1 Jul 05 at 12:45 PM
Post a Reply:

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