This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Coppermine Photo Gallery Badge Plugin for WordPress

Description

This plugin creates a Flickr like badge from your Coppermine Gallery. See http://timestocome.com/wordpress2/ bottom right sidebar for a demonstration.

Installation

1 ) First edit the wp_coppermine.php file. You need to enter the hostname, login, database name, and password for the Coppermine database.
If you do not know this information then ftp to your website, cd into your coppermine directory, cd to the includes directory
and download config.inc.php. All this information is in there.

Then if your Coppermine is not installed in /coppermine change this to be what ever directory you installed Coppermine into.  Lastly enter the url of your website. 

2 ) Upload the coppermine_badge folder to your plugin directory

3 ) Activate the plugin

4 ) In your side bar enter

 <?php echo coppermine_gallery() ?> 

OR

4 ) In your sidebar or the code section of a post or page add

It is set up to display 5 thumbnails vertically. To change the number of images change the number at the end of this line: $query = “select filepath, filename, ctime from cpg_pictures order by ctime desc limit 5;”;

If you want a horizontal list remove the \n
from this line: echo “\n
“;

FAQ

If you need more information try here: http://herselfswebtools.com/2007/11/coppermine-badge-plugin-for-wordpress.html

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Coppermine Photo Gallery Badge Plugin for WordPress” is open source software. The following people have contributed to this plugin.

Contributors