Author Topic: More than 3 images in the home ?  (Read 6171 times)

0 Members and 1 Guest are viewing this topic.

Offline Aery

  • Newbie
  • *
  • Posts: 15
    • View Profile
More than 3 images in the home ?
« on: January 11, 2006, 12:18:39 PM »
Hello,

how can i display more than 3 images in the home page ? (index.php)

Thanks!

Offline TheOracle

  • Hero Member
  • *****
  • Posts: 875
    • View Profile
Re: More than 3 images in the home ?
« Reply #1 on: January 11, 2006, 12:39:17 PM »
FAQ.

Offline Aery

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: More than 3 images in the home ?
« Reply #2 on: January 11, 2006, 12:53:38 PM »
Sorry, i dont see in the FAQ. can you post a direct link ?

Thanks

Offline honda2000

  • 4images Guru
  • *******
  • Posts: 3.263
    • View Profile
    • Wir machen Internet!
Re: More than 3 images in the home ?
« Reply #3 on: January 11, 2006, 01:27:08 PM »
index.php

$num_new_images = $config['image_cells'];
$num_new_images = 6;  //3 / 6 / how many pics you like
$sql = "SELECT i.image_id, i........

Offline Aery

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: More than 3 images in the home ?
« Reply #4 on: January 11, 2006, 01:31:02 PM »
Done!
thank you very much :)