Author Topic: more images in homepage  (Read 6182 times)

0 Members and 1 Guest are viewing this topic.

Offline 2young2die

  • Pre-Newbie
  • Posts: 7
    • View Profile
more images in homepage
« on: March 30, 2008, 10:17:08 AM »
hi all,

how I can add more images (new images) in homepage?

I talk about this site.

I want to show 3 rows with 5 images/row.


thanx.

###### EDIT########
Wrong forum... moved

KurtW
« Last Edit: March 30, 2008, 11:47:21 AM by KurtW »

Offline nobby

  • 4images Guru
  • *******
  • Posts: 2.873
    • View Profile
Re: more images in homepage
« Reply #1 on: March 30, 2008, 12:15:46 PM »
Hi,

Search index.php

Num_new_images = $ config [ 'image_cells'];

Replace with:
Num_new_images = 15;

Offline 2young2die

  • Pre-Newbie
  • Posts: 7
    • View Profile
Re: more images in homepage
« Reply #2 on: March 30, 2008, 01:10:04 PM »
thanx man.

now appear 15 images, like I want.

have a nice day.