4images Forum & Community
4images Issues / Ausgaben => Installation, Update & Configuration => Topic started by: FreDyz on January 07, 2003, 08:58:28 AM
-
What can I do if I want more new images in main index? I've added more rows with tag newimages but it repeats the images in all rows.
Thanks
-
Hi,
open index.php and change
$num_new_images = $config['image_cells'];
to
$num_new_images = 9;
Cheers,
Vraxor
-
Thanks it works fine! :)