4images Forum & Community

4images Modifications / Modifikationen => Templates & Styles (Requests & Discussions) => Topic started by: irocracer on February 13, 2003, 04:24:10 AM

Title: adding more " new images thumbs " on index.php
Post by: irocracer on February 13, 2003, 04:24:10 AM
how can i get it to show more then three " new images "  ?

i would like to show 9 thumbs nails of new images, how can i do that ?
Title: adding more " new images thumbs " on index.php
Post by: V@no on February 13, 2003, 05:15:33 AM
Open index.php
find
Code: [Select]
$num_new_images = $config['image_cells'];
change to
Code: [Select]
$num_new_images = X; where X is number of new images u want to be displayed.
also u can do this way:
Code: [Select]
$num_new_images = $config['image_cells'] * 2;
Title: adding more " new images thumbs " on index.php
Post by: irocracer on February 13, 2003, 06:57:58 PM
Quote from: V@no
Open index.php
find
Code: [Select]
$num_new_images = $config['image_cells'];
change to
Code: [Select]
$num_new_images = X; where X is number of new images u want to be displayed.
also u can do this way:
Code: [Select]
$num_new_images = $config['image_cells'] * 2;



thank you so much bro ... your the man
Title: Re: adding more " new images thumbs " on index.php
Post by: lihin on January 18, 2011, 08:16:04 AM
i like this, it working code,,thanks u