Author Topic: How can i show last 10 new images like that  (Read 6255 times)

0 Members and 1 Guest are viewing this topic.

Offline murad

  • Pre-Newbie
  • Posts: 5
    • View Profile
How can i show last 10 new images like that
« on: November 01, 2006, 09:05:36 AM »
Hello,
How can i show last 10 new images like that
http://www.s60m.com/themes/newbluetooth.php
OR any way for make a new page show last 10 images moving
OR show last new images 10 insted of 3 at the home page
Thanks

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Re: How can i show last 10 new images like that
« Reply #1 on: November 01, 2006, 10:52:07 AM »
oper index.php
search for
Code: [Select]
$num_new_images = $config['image_cells'];
change to
Code: [Select]
$num_new_images = 10;

suprise :)
cheers
Nicky
Your first three "must do" before you ask a question ! (© by V@no)
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

nicky.net 4 4images
Signature stolen from mawenzi

Offline impss

  • Sr. Member
  • ****
  • Posts: 382
    • View Profile
    • Cusstom.net
Re: How can i show last 10 new images like that
« Reply #2 on: November 01, 2006, 02:56:22 PM »

Offline murad

  • Pre-Newbie
  • Posts: 5
    • View Profile
Re: How can i show last 10 new images like that
« Reply #3 on: November 02, 2006, 12:37:33 AM »
oper index.php
search for
Code: [Select]
$num_new_images = $config['image_cells'];
change to
Code: [Select]
$num_new_images = 10;

suprise :)
Hello Nicky,
But this will not make the last 10 images  or 15 etc moving in scrolling
try this site
http://ibhkc2.ib.funpic.de/index.php
this site use very nice way for making scrolling with out new php file
Help me get it
Thanks

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Re: How can i show last 10 new images like that
« Reply #4 on: November 02, 2006, 12:42:51 AM »
....
OR show last new images 10 insted of 3 at the home page
....

you wanted it, i posted it ;)
about moving... no idea...
cheers
Nicky
Your first three "must do" before you ask a question ! (© by V@no)
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

nicky.net 4 4images
Signature stolen from mawenzi

Offline murad

  • Pre-Newbie
  • Posts: 5
    • View Profile
Re: How can i show last 10 new images like that
« Reply #5 on: November 02, 2006, 01:00:03 AM »
....
OR show last new images 10 insted of 3 at the home page
....

you wanted it, i posted it ;)
about moving... no idea...

If i show last new images 10 insted of 3 at the home page
it will not be in scrolling
it will be like that
http://www.m-qtr.com
Thanks