Scrolling Block... (LEFT) Doesn't finish scrolling... Scrolling Block... (LEFT) Doesn't finish scrolling...
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Scrolling Block... (LEFT) Doesn't finish scrolling...

Started by bmasella, December 05, 2003, 04:38:50 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

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

DaMysterious

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