This patch lets you use thumbnails for each folder
instead of the default directory.jpg included in the
distribution. It'll scan each folder and subfolder for a file
matching the $album_img variable and if the folder
contains one, use it for the folder image. If there isn't
one, it uses the same file in the root of phpix2. Note, it
doesn't auto-thumbnail for you so you have to scale it
down beforehand(maybe browse the folder through the
web and right-click and save one?). The patch needs to
be applied with gnu patch after untarring the phpix 2.0.1
source like so:
gtar xzvf phpix-2.0.1.tar.gz
gzip -dc < phpix-thumbnail-patch.gz | gpatch -p0
The patch can be downloaded at this url:
http://www.t0dd.org/phpix-thumbnail-patch.gz
Enjoy, and please e-mail if you use my patch!
tblake@t0dd.org