« back to folderblog
folderblogwiki

InstallingFolderblog

This information pertains only to folderblog 2.02.

If your server meets the ServerRequirements, you can install folderblog by dragging and dropping the folderblog files to your server, and creating the appropriate directories for your photos, comments, and captions. Make sure the permissions on your directories are set to read/write/execute all. See ChmodPermissions.

To configure folderblog, you need only to edit vars.php. To do so, open the file in a text editor, and changing the below variables as desired:
 
<? //Blog Options
$blog_title="fwow";
$subtitle="so fab";
$comments_on=1;
$reverse=0;
$show_thumbs=5;
$thumb_dates=1;
$rand_thumbs=0;
$image_link=1;
$image_maxwidth=0;
$thumb_maxwidth=75;
$thumbs_perrow=5;
$rows_perpage=4;
$sort=0;
$template="template";
$email="your-email@example.net";
$fbpass="samplepass";
$folderblog_filename="index.php";

//File Info
$photo_directory="photos/";
$captions_directory="photos/";
$comments_directory="comments/";
$thumbs_directory="thumbs/";
$file_extension=".jpg";
$index_directory=$photo_directory;
?>

Instructions and definitions for each variable are contained within the PHP file.
Note that $file_extension = " " is case sensitive (.jpg is not equal to .JPG).

Once you have made these changes, you may begin PostingPhotos.

Edit This Entry:

Please enter the following text: captcha
Home  Index  Recent Changes  folderblog