[SOLVED] Posted Images List Problem


Subject: [SOLVED] Posted Images List Problem
here is the problem
http://www.icyphoenix.com/images_list.php

posted_images_1243243522_734443

i tryed to chage it in images_list.php
in this lines to "2" (this line repeat once more)
Spoiler: [ Show ]


but nothing change :(

Last edited by Limun on Mon 01 Jun, 2009 00:57; edited 1 time in total
Subject: Re: Posted Images List Problem
it is done using the thumbnail setup in the ACP/album...

but it will change your album page too...

you could change the code but you need to make a new database query so that it will not affect your album...

but that means editing a few files

Subject: Re: Posted Images List Problem
DWho wrote: [View Post]
it is done using the thumbnail setup in the ACP/album...

.

i tryed also that , but it change only thumbnail , page uploated images dont change

Subject: Re: Posted Images List Problem
if you change the columns to 2 and the rows to 1 then the post image pages does 2 and 2...

unless i miss understand what you are trying to do....

Subject: Re: Posted Images List Problem
DWho wrote: [View Post]
if you change the columns to 2 and the rows to 1 then the post image pages does 2 and 2...

where , in images_list.php

this is the problem
it breks templates mine and others like frozen phoenix

what i want its only 2 pics in row

pilist

Subject: Re: Posted Images List Problem
in ACP/photo album/configuration/thumbnail settings..

the user will have to change it themselves... you cannot do it in the template... as it calls for a database query...

unless MG can come up with a solution..

Subject: Re: Posted Images List Problem
You can edit these lines:
Code: [Download] [Hide] [Select]
$album_config['cols_per_page'] = ($album_config['cols_per_page'] == 0) ? 4 : $album_config['cols_per_page'];
$album_config['rows_per_page'] = ($album_config['rows_per_page'] == 0) ? 5 : $album_config['rows_per_page'];


Please note that are repeated twice...

Subject: Re: Posted Images List Problem
Mighty Gorgon wrote: [View Post]
You can edit these lines:
Code: [Download] [Hide] [Select]
$album_config['cols_per_page'] = ($album_config['cols_per_page'] == 0) ? 4 : $album_config['cols_per_page'];
$album_config['rows_per_page'] = ($album_config['rows_per_page'] == 0) ? 5 : $album_config['rows_per_page'];


Please note that are repeated twice...

he even didn read my first post :(

Subject: Re: Posted Images List Problem
Ok I've not been clear enough...

FIND (similar):
Code: [Download] [Hide] [Select]
$album_config['cols_per_page'] = ($album_config['cols_per_page'] == 0) ? 4 : $album_config['cols_per_page'];
$album_config['rows_per_page'] = ($album_config['rows_per_page'] == 0) ? 5 : $album_config['rows_per_page'];



REPLACE WITH:
Code: [Download] [Hide] [Select]
$album_config['cols_per_page'] = 2;
$album_config['rows_per_page'] = 5;

Subject: Re: Posted Images List Problem
Mighty Gorgon wrote: [View Post]

REPLACE WITH:
Code: [Download] [Hide] [Select]
$album_config['cols_per_page'] = 2;
$album_config['rows_per_page'] = 5;


thats my man :mrorange: :mrorange: :up: :girl_02:
however ..maybe you shoud use it also , because is same in your styles :oops: specialy wrappered styles like frozen

thanks a lot MG :wink:

Subject: Re: [SOLVED] Posted Images List Problem
Cool I can use this too..

:mrgreen: :mrgreen:


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.6376s (PHP: 5% SQL: 95%)
SQL queries: 11 - Debug Off - GZIP Enabled