Icy Phoenix

     
 


This forum is locked: you cannot post, reply or edit topics.  This topic is locked: you cannot edit posts or make replies. 
Page 1 of 1
 
 
Reply with quote Download Post 
Post FAP CUSTOMIZATION - [Solved] Change Default Slideshow Delay 
 
First thank you for an awesome mod.  We are really enjoying all of the functionality of FAP.  I just have one question.  How do I change the default slideshow delay time.  I changed the drop down option to default to 3 sec. but I would like to make that the default for the slide show in general.  Thanks.
 



 
jccshoeSend private message  
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: Change Default Slideshow Delay 
 
sorry, dont have time to put this into mod format at the moment, please try the following:

Open album_mod/album_hierarchy_sql.php and album_mod/album_hierarchy_functions.php

Find all instances of
slideshow=5

and replace it with
slideshow=3
 



 
lefty74Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Change Default Slideshow Delay 
 
lefty74 wrote: [View Post]
sorry, dont have time to put this into mod format at the moment, please try the following:

Open album_mod/album_hierarchy_sql.php and album_mod/album_hierarchy_functions.php

Find all instances of
slideshow=5

and replace it with
slideshow=3


Thanks Smileys...worked perfectly.
 



 
jccshoeSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [Solved] Change Default Slideshow Delay 
 
nice, glad I could help
 



 
lefty74Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [Solved] Change Default Slideshow Delay 
 
and for the show 3 sec in showpage

OPEN album_showpage.php
FIND
Code: [Download] [Hide] [Select]
$slideshow_select .= '<option value="3">3 Sec</option>';
$slideshow_select .= '<option value="5" selected="selected">5 Sec</option>';

REPLACE WITH
Code: [Download] [Hide] [Select]
$slideshow_select .= '<option value="3" selected="selected">3 Sec</option>';
// $slideshow_select .= '<option value="3">3 Sec</option>';
// $slideshow_select .= '<option value="5" selected="selected">5 Sec</option>';
$slideshow_select .= '<option value="5">5 Sec</option>';


Pepi
 



 
pepiSend private messageVisit poster's website  
Back to topPage bottom
This forum is locked: you cannot post, reply or edit topics.  This topic is locked: you cannot edit posts or make replies.  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