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 - Slidshow 
 
Hi,

Thank you so much for the mod.  I had no trouble installing it, but there is 1 thing that I can 't figure it out.  The Sideshow work in some categories and some not.  Can you please help me?  Thank you,

Here is my link
 



 
xmenfileSend 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: Slidshow 
 
I guess you found a bug...

The error on your site is related to unescaped quote.

The Des of your pic is "Who's strong"... try to edit it with "Who Is Strong" just to confirm me.

Thanks.
 




____________
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: Slidshow 
 
You may also try this.

OPEN album_showpage.php
FIND
Code: [Download] [Hide] [Select]
        $tit_list .= 'Tit[' . $i . '] = '' . $total_pic_rows[$i]['pic_title'] . ''; ' . "n";
        $des_list .= 'Des[' . $i . '] = '' . $total_pic_rows[$i]['pic_desc'] . ''; ' . "n";

REPLACE WITH
Code: [Download] [Hide] [Select]
        $tit_list .= 'Tit[' . $i . '] = '' . str_replace(''', '%27', $total_pic_rows[$i]['pic_title']) . ''; ' . "n";
        $des_list .= 'Des[' . $i . '] = '' . str_replace(''', '%27', $total_pic_rows[$i]['pic_desc']) . ''; ' . "n";

 




____________
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: Slidshow 
 
Thank you Mighty.  This only fixed 1 of them.  I have renamed files' names without spaces.  then it works.  But I need 1 more thing which is vertical Most  / Recent pics on my portal.  I have the anywhere installed and it's fine, but not FAP on portal 1.0.1.  I even tried PAB_Fix_For_Full_Album.  I could not find any line in portal.php.
 



 
xmenfileSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Slidshow 
 
xmenfile wrote: [View Post]
Thank you Mighty.  This only fixed 1 of them.  I have renamed files' names without spaces.  then it works.  But I need 1 more thing which is vertical Most  / Recent pics on my portal.  I have the anywhere installed and it's fine, but not FAP on portal 1.0.1.  I even tried PAB_Fix_For_Full_Album.  I could not find any line in portal.php.


Start a new thread for this, please.
 



 
ArtieSend private message  
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