PhotoComment Coppermine plugin
- Displays your comment as image description in CopperminePhotoComment is by default configured to read and save comments for JPG pictures using the EXIF UserComment field. When publishing your photos online you may want to display these comments together with the pictures.
Coppermine is one of the better free open source photo album software packages available. The reason Coppermine was chosen to work with PhotoComment was:
- Coppermine works reasonable well in PHP SafeMode which most PHP ISP offers
- Coppermine is the most advanced photo album that still satisfies the previous condition
- Coppermine has a plugin architecture making modifications easy
To install the PhotoComment Coppermine plugin follow these steps:
- Install Coppermine
- Download the plugin
- Unzip the plugin file and upload to server to create the following file structure
<coppermine_root>/plugins/PhotoComment
containing the files codebase.php and configuration.php
- Edit the file <coppermine_root>/include/exif_php.inc.php and change the line
require("include/exif.php");
to
require_once("include/exif.php");
- Install the plugin from the Coppermine admin interface