I have created a left block using CPG-scroll-Random-pictures. When it scrolls I get about 1.5 thumbnails. As soon as the first thumb reaches the top of the block all scrolling stops.
Also did I miss somewhere how to turn off file names? I don't want them to display.
PHPNUKE 6.9
CPG 1.2.0RC4
Quote from: "bmasella"I have created a left block using CPG-scroll-Random-pictures. When it scrolls I get about 1.5 thumbnails. As soon as the first thumb reaches the top of the block all scrolling stops.
Also did I miss somewhere how to turn off file names? I don't want them to display.
PHPNUKE 6.9
CPG 1.2.0RC4
Try to change the marquee command 'SLIDE' into 'SCROLL'. For the filenames look at
$title_length = 10; // maximum length of title under pictures, 20 is default
Change the value to fit to your needs.
Thanks! works!