Author Topic: adding more " new images thumbs " on index.php  (Read 10007 times)

0 Members and 1 Guest are viewing this topic.

Offline irocracer

  • Newbie
  • *
  • Posts: 25
    • View Profile
adding more " new images thumbs " on index.php
« 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 ?

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
adding more " new images thumbs " on index.php
« Reply #1 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;
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline irocracer

  • Newbie
  • *
  • Posts: 25
    • View Profile
adding more " new images thumbs " on index.php
« Reply #2 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

Offline lihin

  • Pre-Newbie
  • Posts: 8
    • View Profile
Re: adding more " new images thumbs " on index.php
« Reply #3 on: January 18, 2011, 08:16:04 AM »
i like this, it working code,,thanks u