IMPORTANT DISCLAIMER:
This is an unofficial plugin, and is still in development. It was written specifically for my own needs, and has some of my URLs hardcoded into the code. Until I (or someone else) gets around to editing them into a dynamic version (ie - "$SERVER" etc. instead of "http://www.jakesjokes.com"), you'll need to edit them by hand. Nothing about this is guaranteed to work for you, so BACK UP YOUR GALLERY BEFORE INSTALLING THIS PLUGIN. That's always a good idea anyway.

That said, it isn't terribly difficult to figure out what to edit. Modify the hardcoded URLs to match your own site and gallery, and you should be fine.




Live demo:
http://www.jakesjokes.com/gallery/displayimage.php?pos=-8734

Tested and known to run properly on:
CPG 1.4.5 (It may work on other versions, but you're completely on your own.)

Author:
Jake Russell (http://www.jakesjokes.com)
No support is promised, but I will attempt to monitor the development thread on the Coppermine forum and assist as I am able
http://coppermine-gallery.net/forum/index.php?topic=29957

Based on:
bbCode plugin by Thomas Lange - Stramm (stramm@gmx.net)
Do not contact him for support on this version without his specific permission.

INSTALATION:

------
STEP 1
------
BACK UP YOUR GALLERY FILES AND YOUR DATABASE!

Nothing in here "should" make anything crash, etc., since we're not actually modifying any core files, but you can never be too careful, especially since I'll be the first to admit that I'm not the best PHP programmer in the world, so BACK IT UP!

------
STEP 2
------
Edit the hardcoded URLs in codebase.php as needed from "jakesjokes.com/gallery/" to "your_site.com/gallery/" or however you have things set up on your site.

------
STEP 3
------
Edit the $yoursitetitle and similar variables in codebase.php as needed (See section marked as "BEGIN USER EDIT"). Read the directions before each variable so that everything works the first time. ;)

------
STEP 4
------
Upload the files (including the folder they came in) to site.com/gallery/plugins/ --- Be sure to keep the directory structure as it is.

You should have the following setup when finished (assuming you have your gallery set up normally)

site.com/
--gallery/
----plugins/
------tags/
--------configuration.php
--------codebase.php
--------RENAME_WITHOUT_BUTTONS_codebase.php
--------/img2
----------(all of your button graphics)


Note: "RENAME_WITHOUT_BUTTONS_codebase.php" is an older version without bookmark/tag section. If you prefer this version, simply remove the current codebase.php and rename this one to "codebase.php".


------
STEP 5
------
Log into your gallery and browse to http://www.site.com/gallery/pluginmgr.php
Follow the instructions on that page to install the plugin as you would any other plugin.

