Author Topic: New images into several rows?  (Read 6436 times)

0 Members and 1 Guest are viewing this topic.

Offline desiati

  • Pre-Newbie
  • Posts: 2
    • View Profile
New images into several rows?
« on: October 20, 2002, 03:24:46 PM »
Hello!
I want show the "News Images" in the homepage into several rows (e.g. 3, 4 or 5 rows) and the same number of colums of the rest of the images. How do i do that? At the moment there is just one row of "New Images". Thank you.

Offline desiati

  • Pre-Newbie
  • Posts: 2
    • View Profile
New images into several rows?
« Reply #1 on: October 20, 2002, 03:35:55 PM »
Ok  :oops:

The anwser is:

Just find the line

$num_new_images = $config['image_cells'];

of index.php and replace it with:

$num_new_images = $config['image_cells'] * 2;

* 2 = two rows
* 3 = three rows
and so on  :P

Bye guys!  :D

Offline soheyla

  • Pre-Newbie
  • Posts: 1
    • View Profile
New images into several rows?
« Reply #2 on: October 28, 2002, 01:18:58 PM »
thaaaaaaaaaaaaaaaaaaaaaaaanks  :D