Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post [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  
 




____________
We are the phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!
 
Last edited by Limun on Mon 01 Jun, 2009 00:57; edited 1 time in total 
LimunSend private messageVisit poster's website  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post 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
 




____________
Mods and themes for Icy Phoenix 1.3

IcyPhoenix UK is off-line permanently due to lack of time to update mods.
if anyone is interested in my templates I will upgrade them to Icy 2.0.
 
DWhoSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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
 




____________
We are the phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!
 
LimunSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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....
 




____________
Mods and themes for Icy Phoenix 1.3

IcyPhoenix UK is off-line permanently due to lack of time to update mods.
if anyone is interested in my templates I will upgrade them to Icy 2.0.
 
DWhoSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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
 




____________
We are the phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!
 
LimunSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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..
 




____________
Mods and themes for Icy Phoenix 1.3

IcyPhoenix UK is off-line permanently due to lack of time to update mods.
if anyone is interested in my templates I will upgrade them to Icy 2.0.
 
DWhoSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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...
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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  
 




____________
We are the phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!
 
LimunSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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;

 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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         
however ..maybe you shoud use it also , because is same in your styles    specialy wrappered styles like frozen

thanks a lot MG  
 




____________
We are the phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!
 
LimunSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [SOLVED] Posted Images List Problem 
 
Cool I can use this too..

   
 




____________
Mods and themes for Icy Phoenix 1.3

IcyPhoenix UK is off-line permanently due to lack of time to update mods.
if anyone is interested in my templates I will upgrade them to Icy 2.0.
 
DWhoSend private messageVisit poster's website  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
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


  

 

  cron