Author Topic: can any helpe me ???  (Read 6751 times)

0 Members and 1 Guest are viewing this topic.

Offline sabah

  • Pre-Newbie
  • Posts: 8
    • View Profile
can any helpe me ???
« on: February 20, 2007, 09:19:11 AM »
hey pp i want cheng my New images it is now 3 i want 6 images can any body tell how can i cheng the plzzz

thnaks
« Last Edit: February 28, 2007, 04:18:14 PM by KurtW »

Offline Acidgod

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 2.421
  • It's me?
    • View Profile
    • Flash-Webdesign
Re: can any helpe me ???
« Reply #1 on: February 20, 2007, 09:23:42 AM »
Read Forum Rules and try the search!  :roll:

Offline CeJay

  • Sr. Member
  • ****
  • Posts: 425
    • View Profile
Re: can any helpe me ???
« Reply #2 on: February 20, 2007, 05:32:19 PM »
HINT: Read FAQ :!:

manurom

  • Guest
Re: can any helpe me ???
« Reply #3 on: February 24, 2007, 11:52:14 AM »
Hey you all! Be smart, please;
It takes a little time to say the answer is here: How can I show more new images on home page?
I have been a beginner on 4images, and had not expected such answers.
So, please welcome new users and help them to find their way.
Please, please, let us share our knowledge without stupid limits.
« Last Edit: February 24, 2007, 04:04:27 PM by manurom »

Offline CeJay

  • Sr. Member
  • ****
  • Posts: 425
    • View Profile
Re: can any helpe me ???
« Reply #4 on: February 26, 2007, 07:55:25 AM »
Only reason I said what I said was because the first thing people should do is read the FAQ and make sure it is not there first.

Plus I did not think what I said was that mean only hinted.

manurom

  • Guest
Re: can any helpe me ???
« Reply #5 on: February 26, 2007, 01:28:12 PM »
Hello;
maybe I'm wrong, then, and sincerely apologize.

Offline honda2000

  • 4images Guru
  • *******
  • Posts: 3.263
    • View Profile
    • Wir machen Internet!
Re: can any helpe me ???
« Reply #6 on: February 26, 2007, 02:07:18 PM »
look at index.php

search
Code: [Select]
$num_new_images = $config['image_cells'];
$num_new_images = 6;  //this num ist the num for picture
$sql = "SELECT i.image_id, i........


manurom

  • Guest
Re: can any helpe me ???
« Reply #7 on: February 26, 2007, 02:16:38 PM »
Hello;
I think it would be better to find this line, in index.php:
Code: [Select]
$num_new_images = $config['image_cells'];
and if you want to have 6 images in two rows of three images, replace it by:
Code: [Select]
$num_new_images = 6; // number of total images displayed
$config['image_cells'] = 3; // number of images per row