Install this plugin to enable mouse wheel support for the filmstrip on displayimage.php.
Demo:
http://pics.timos-welt.de/displayimage.php?pid=559
SVN:
https://coppermine.svn.sourceforge.net/svnroot/coppermine/branches/cpg1.5.x/plugins/stripwheel/
Download latest SVN snapshot:
http://coppermine.svn.sourceforge.net/viewvc/coppermine/branches/cpg1.5.x/plugins/stripwheel.tar.gz?view=tar
Download from "official" download section:
http://sourceforge.net/projects/coppermine/files/Plugins/1.5.x/cpg1.5.x_plugin_stripwheel_v0.4.zip/download
YEAH ,-) Very usefull, with a nice Mouse Icon :-)
Super ;D
Added plugin to svn.
I suggest to switch the mousewheel up/down actions:
- scroll up = prev pic
- scroll down = next pic
because it's more intuitive imo and fits better for themes with a vertical filmstrip (e.g. http://gfyoung.homeip.net/cpg15x/displayimage.php?album=1&pid=8#top_display_media).
Hi Andre,
I changed this in the SVN version. Now it should work as you would would expect it. Probably I'll make this configurable some day.
regards
Timo
Hello,
Is this plugin also available for cpg1.4?
- There is none available as far as I know
- Coppermine 1.5.x works differently than 1.4.x so it would not be an easy task
- You have not posted a link to your Coppermine - but if it is (link obscured) naturepics.eu/soortenlijst_dagvlinders_en.html
- your gallery is out of date <!--Coppermine Photo Gallery 1.4.25 (stable)-->
- You have hidden the "Powered by Coppermine" in your pages
Please keep your 1.4.x questions out of threads for 1.5.x. Instead you should have started a thread in the 1.4.x board referring to this thread.
Hello, Tim!
Great plugin, I use it on my gallery and I have one question: is there any way to change the size of thumbnails in filmstrip in case of using this plugin? For example, I use this code in function theme_display_film_strip() in my theme.php to change size in default filmstrip to size I need:
$thumb['image']=str_replace('class="strip_image" ','class="strip_image" width="80" height="80" ',$thumb['image']);
It works when filmstrip is created (it shows original thumbnails scaled to 80x80px), but after click "next", "previos" or mouse scroll filmstrip shows original sized thumbnails (250x250px in my case).
Thank you!
Quote from: zl0b0t on September 18, 2010, 04:08:42 PM
is there any way to change the size of thumbnails in filmstrip [..] after click "next", "previos" [..] shows original sized thumbnails (250x250px in my case).
Not related to this plugin. Previous/next thumbs are dynamically loaded using
js/displayimage.js. If you need further help, please start a new thread in the appropriate support board.