Plugins for the Coppermine Photo Gallery are add-ons that use the plugin interface of Coppermine.
Read up the documentation that comes with Coppermine to find out more, e.g. how to install a plugin.

Coppermine version: cpg1.4.x
Plugin name: Easy RSS feed
Plugin version: 1.1
Plugin author: Brent Gerig (flaquito)
Plugin announcement thread: http://forum.coppermine-gallery.net/index.php/topic,43848.0.html


This is the first plugin I've written, so it may not be perfect. However, I've tested it as much as I could and it seems to work well. I'd love feedback and bug reports, and I'll do what I can to continue developing it.

Summary:
This plugin adds an RSS feed of the most recent uploads to a gallery. It is based on the rss.php written by Tarique Sani and modified by versus7 (See original thread at http://forum.coppermine-gallery.net/index.php?topic=11081.0).

The RSS feed will always show last updates for the portion of the gallery where the link is obtained. For example, the RSS link in a particular album will show updates to that album, but the RSS link in a user gallery will show recent updates to that user's gallery only.

Features:

    * Inserts RSS feed links in all gallery pages that display thumbnails.
    * Shows updates specific to:
          o Entire gallery
          o Albums
          o User galleries
          o Random
    * Configurable on install to:
          o Use either the image title or caption for the RSS item title (Default: title)
          o Include any number of items in the feed (Default: 10)
    * Also configurable is what RSS links to include. These are:
          o RSS link tag in the HTML head
          o RSS icon with direct link to feed in the gallery footer
          o "Add to Google" button in the gallery footer
          o "Add to My Yahoo!" button in the gallery footer
    * Respects private albums (This is a modification to the original rss.php, so anyone that had trouble with the original file may want to try this plugin)
    * Multi-language support (English and Dutch are included at this time)


Installation:
Just use the plugin manager to upload the zip file, then click the 'i' to install it.
Note: Installing this plugin will copy the rss.php file to your root Coppermine folder. If the file already exists, it will not be overwritten, but the plugin will probably not work correctly. There's probably a way to do this without copying it, but I was having path problems.

Changes:

Ver 1.0.1

    * Fixed a bug that caused the Yahoo! button to not display
    * Removed clear.gif and referenced images/spacer.gif instead


Ver 1.1

    * Fixed "The selected album/file does not exist !" error when displaying user galleries
    * Removed RSS feed display on categories, since the rss.php file does not yet correctly support categories
