« back to folderblog
folderblogwiki

FotoBuzz

FotoBuzz is a Flash applet for Flickr-style annotations that can plug into folderblog with just a few minutes' work. See it in action here.

Installation for folderblog 2.02
To integrate FotoBuzz into your folderblog:
  1. Download FotoBuzz and upload the contents of the zip file to your folderblog directory.
  2. Change line 112 of your folderblog.php from:

    $fbimage="<img src=\"$photo_directory$images[$thisimage]$file_extension\" 
    alt=\"" . strip_tags($date) . "\" $size[3] />";


    to:

    $fbimage="<img src=\"$photo_directory$images[$thisimage]$file_extension\" 
    alt=\"" . strip_tags($date) . "\" $size[3] class=\"fotobuzz\" />";


  3. Continue with steps 2 & 3 of the FotoBuzz setup guide.
  4. Make sure your permissions are set to 777 (read/write/execute all) on each of your photos.
After installing FotoBuzz, you will no longer be able to use the WebInterface to create thumbnails.

Installation for folderblog 3.xx
To integrate FotoBuzz into your folderblog:
  1. Download FotoBuzz and upload the contents of the zip file to your folderblog directory.
  2. Follow all the steps described in the FotoBuzz setup guide, applying them to your template_main.php file.
  3. Make sure your permissions are set to 777 (read/write/execute all) on each of your photos.
Home  Index  Recent Changes  folderblog
Last edited February 23, 2008 at 10:51pm.(edit this entry)