This is my first Mod so if you find something that should be changed or fix, please, let me know. Anyways, I didn't code anything, just modify a pair of thing to make it work on Coppermine. Credits go to
mohdismail. It's distributed as free.
Ok, let's start.
1 - Download 'peel.zip' file. Attached in this post. It should contain: 'large.swf', 'large.jpg', 'small.swf', 'small.jpg' and 'peel.js'
2 - Unzip the file
3 -Start a text editor and open 'peel.js'
Edit:
- jaaspeel.ad_url - URL when you click on the corner.
- jaaspeel.small_path - Path to 'small.swf'
- jaaspeel.small_image - Path to 'small.jpg'
- jaaspeel.big_path - Path to 'large.swf'
- jaaspeel.big_image - Path to 'large.jpg'
4 - Edit the images you want to show. 'small.jpg' and 'large.jpg'.
5 - Upload the entire 'peel' folder to
http://www.yoursite.com/coppermine-folder/themes6 - Add the following after <title> before </head> in your 'template.html'.
<script src="http://www.yoursite.com/coppermine-folder/themes/peel.js" type="text/javascript"></script>
Done!
Notes:
If you want to point to a URL outside your site:
Go to step 3, 'jaaspeel.ad_url' Instead of: '
http://www.yoursite.com/article15' put something like this:
escape(’http://coppermine-gallery.net’);
If you want peel effect larger (of the small image)
Open 'peel.js' and edit:
jaaspeel.small_width = '100';
jaaspeel.small_height = '100';
Change '100' to another value.
If you want peel effect larger (of the large image)
Open 'peel.js' and edit:
jaaspeel.big_width = '650';
jaaspeel.big_height = '650';
Change '650' to another value.
Demo: See attachment.
Live Demo:
www.fabriferrero.com.ar/pics My personal site.
[ADD by Pascal YAP]
Demo in PYAP's Gallery :
http://www.pays-dignois.com/galerie/index.php [/APY]
I'll be waiting for your report!

Edit: Works on Internet Explorer:Just place the
<script src="http://www.yoursite.com/coppermine-folder/themes/peel.js" type="text/javascript"></script>
After the body tag and that's it! (Image 'IE.jpg' attached.)