Author Topic: more new images in main index?  (Read 5487 times)

0 Members and 1 Guest are viewing this topic.

Offline FreDyz

  • Newbie
  • *
  • Posts: 36
    • View Profile
more new images in main index?
« 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

Offline Vraxor

  • Full Member
  • ***
  • Posts: 134
    • View Profile
    • http://tc-revolution.net
more new images in main index?
« Reply #1 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

Offline FreDyz

  • Newbie
  • *
  • Posts: 36
    • View Profile
Thanks
« Reply #2 on: January 07, 2003, 09:08:46 AM »
Thanks it works fine! :)