Mouse wheel support in filmstrip for cpg1.5.x (stripwheel) Mouse wheel support in filmstrip for cpg1.5.x (stripwheel)
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Mouse wheel support in filmstrip for cpg1.5.x (stripwheel)

Started by Timos-Welt, November 12, 2009, 02:11:59 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.


Pascal YAP

YEAH ,-) Very usefull, with a nice Mouse Icon :-)
Super  ;D

Αndré

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).

Timos-Welt

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

ijsvogel


Joe Carver


  • 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

phill104

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.
It is a mistake to think you can solve any major problems just with potatoes.

zl0b0t

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!

Αndré

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.