Author Topic: More photos on the front page?  (Read 8476 times)

0 Members and 1 Guest are viewing this topic.

Offline mseifer

  • Newbie
  • *
  • Posts: 22
    • View Profile
More photos on the front page?
« on: June 10, 2011, 02:40:39 PM »
How do I change the settings to the gallery on the main page display the more photos? In settings like changing the number of columns does it come out more. And I want to change the number of rows. Help please.

Rembrandt

  • Guest
Re: More photos on the front page?
« Reply #1 on: June 10, 2011, 05:43:10 PM »
example:
search in index.php:
LIMIT $num_new_images";
and replace:
LIMIT $perpage";
now they can on the main page with the dropdown "Images per page " set the number of images.

use the search:
http://www.4homepages.de/forum/index.php?topic=8946.msg41634#msg41634
http://www.4homepages.de/forum/index.php?topic=25131.msg137643#msg137643
http://www.4homepages.de/forum/index.php?topic=25487.msg139643#msg139643

Offline mseifer

  • Newbie
  • *
  • Posts: 22
    • View Profile
Re: More photos on the front page?
« Reply #2 on: June 10, 2011, 07:46:49 PM »
Index of the admin folder?

Rembrandt

  • Guest
Re: More photos on the front page?
« Reply #3 on: June 10, 2011, 07:49:48 PM »
root

Offline mseifer

  • Newbie
  • *
  • Posts: 22
    • View Profile
Re: More photos on the front page?
« Reply #4 on: June 10, 2011, 07:55:03 PM »

Offline justintjacob

  • Pre-Newbie
  • Posts: 5
    • View Profile
Re: More photos on the front page?
« Reply #5 on: September 02, 2011, 01:00:26 PM »
FIND AND replace in index.php(root folder)

$num_new_images = $config['image_cells'];

to

$num_new_images = 12;
$config['image_cells'] = 3;


change 12 and 3 as per your requirement