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: avatar maker
Plugin version: 1.1.1
Plugin author: foulu
Plugin announcement thread: http://forum.coppermine-gallery.net/index.php/topic,47430.0.html



demo: http://ffgalleries.net/work/papm/index.php
supported languages atm: english, italian

This plugin is used of making avatar from all the image in the gallery. You can set avatar width&height, choose where to crop the image and maybe add some effect (in future version). 

Installation:
1. Go to your config and enable plugins (if not already).
2. Open include/functions.inc.php and search
Code:

$thumb_list[$i]['pheight'] = $row['pheight'];

and replace with
Code:

$thumb_list[$i]['pheight'] = $row['pheight'];
$thumb_list[$i] = CPGPluginAPI::filter('thumb_list', $thumb_list[$i]);


Update:
Verion 1.1.1
- No more edit core code need (Sami, you rocks  Grin)
- Add italian language (thanks Lontano for your translation)
Verion 1.1.0
- Add make avatar link to individual image view (GauGau advises)
- When click to make avatar link, a new window will open. (GauGau advises)
- Remake the "CROP THIS IMAGE" button. (GauGau advises)
- Cover all the text into language file. You are free to modify or even make a new language for this plugin.
- Change the credit link. (GauGau advises)

