4images Forum & Community

4images Issues / Ausgaben => Installation, Update & Configuration => Topic started by: FreDyz on January 07, 2003, 08:58:28 AM

Title: more new images in main index?
Post 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
Title: more new images in main index?
Post by: Vraxor on January 07, 2003, 09:02:13 AM
Hi,

open index.php and change
Code: [Select]
$num_new_images = $config['image_cells'];


to

Code: [Select]
$num_new_images = 9;

Cheers,
Vraxor
Title: Thanks
Post by: FreDyz on January 07, 2003, 09:08:46 AM
Thanks it works fine! :)