forum.coppermine-gallery.net

Support => Older/other versions => cpg1.2 PHPnuke/Postnuke Support => Topic started by: bmasella on December 05, 2003, 04:38:50 am

Title: Scrolling Block... (LEFT) Doesn't finish scrolling...
Post by: bmasella on December 05, 2003, 04:38:50 am
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
Title: Re: Scrolling Block... (LEFT) Doesn't finish scrolling...
Post by: DaMysterious on December 05, 2003, 01:52:18 pm
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
Code: [Select]

$title_length = 10; // maximum length of title under pictures, 20 is default

Change the value to fit to your needs.
Title: Scrolling Block... (LEFT) Doesn't finish scrolling...
Post by: sixf00t4 on December 09, 2003, 02:37:33 am
Thanks! works!