Author Topic: How do I get more Thumbnails on Homepage?  (Read 5102 times)

0 Members and 1 Guest are viewing this topic.

Offline birwin

  • Pre-Newbie
  • Posts: 6
    • View Profile
How do I get more Thumbnails on Homepage?
« on: December 04, 2002, 08:32:08 PM »
Hello,

Is it possible to have more images under the new images preview section of the home page?  I went through the settings section and I was unable to find a data entry that would make this happen.

I would like to be able to have more rows of cells on the homepage under new images section. At least 6 images in the preview "new images" section.

Thanks in advance,

Brian-

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
How do I get more Thumbnails on Homepage?
« Reply #1 on: December 04, 2002, 08:59:49 PM »
Change
Code: [Select]
$num_new_images = $config['image_cells'];
to
Code: [Select]
$num_new_images = 6;
in index.php

Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline birwin

  • Pre-Newbie
  • Posts: 6
    • View Profile
How do I get more Thumbnails on Homepage?
« Reply #2 on: December 04, 2002, 10:56:45 PM »
Jan,

Thanks again, Everything worked well!  You have a wonderful program that is a joy to use and work with!

Regards,
Brian-