How to view more than 9 pics per page?

Crille W

Joined: 2002-09-10
Posts: 8
Posted: Mon, 2002-10-07 19:33

Hello!

I wonder how I view more than 9 pics per page.
I have set config.php like this:
/* Defaults */
$gallery->app->default["bordercolor"] = "black";
$gallery->app->default["border"] = "1";
$gallery->app->default["font"] = "arial";
$gallery->app->default["cols"] = "4";
$gallery->app->default["rows"] = "4";
.........

But i still only views 3x3 pics per page - what do i do wrong?

 
BorgKing
BorgKing's picture

Joined: 2002-09-12
Posts: 314
Posted: Mon, 2002-10-07 20:52

The settings in the setup only apply to new albums. You have to change this setting for existing albums in the [properties] box.

 
Crille W

Joined: 2002-09-10
Posts: 8
Posted: Mon, 2002-10-07 22:15

Thank you! :cool: