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 SUPPORT - Problem In Recent Public Pics And Most Viewed Pictures Block 
 
When I set in ACP > Configuration > Thumbnail Settings > View full pic as a popup: Yes,
in Recent Public Pics Block and Most Viewed Pictures Block I have error in link:

Code: [Download] [Hide]
  1. album_pic.$phpEx?pic_id=5 


All other block (Highest Rated Pictures and Random Pictures) are ok.

Bye.
 




____________
Cosenza United::FCC
My Problem Child
 
fracsSend private messageSend e-mail to userVisit 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: Problem In Recent Public Pics And Most Viewed Pictures B 
 
See if this will work for you.

OPEN album_mod/album_hierarchy_sql.php

FIND
Code: [Download] [Hide] [Select]
$template->assign_block_vars('recent_pics_block.recent_pics.recent_col', array(

IMMEDIATELY BELOW FIND
Code: [Download] [Hide] [Select]
'U_PIC' => ($album_config['fullpic_popup']) ? append_sid(album_append_uid("album_pic.$phpEx?pic_id=". $recentrow[$j]['pic_id'])) : append_sid(album_append_uid($album_show_pic_url. '?pic_id='. $recentrow[$j]['pic_id'])),


REPLACE WITH
Code: [Download] [Hide] [Select]
'U_PIC' => ($album_config['fullpic_popup']) ? append_sid(album_append_uid('album_pic.' .$phpEx. '?pic_id=' . $recentrow[$j]['pic_id'])) : append_sid(album_append_uid($album_show_pic_url. '?pic_id='. $recentrow[$j]['pic_id'])),




FIND
Code: [Download] [Hide] [Select]
$template->assign_block_vars('mostviewed_pics_block.mostviewed_pics.mostviewed_col', array(

IMMEDIATELY BELOW FIND
Code: [Download] [Hide] [Select]
'U_PIC' => ($album_config['fullpic_popup']) ? append_sid(album_append_uid('album_pic.' . '$phpEx?pic_id=' . $mostviewed[$j]['pic_id'])) : append_sid(album_append_uid($album_show_pic_url . '?pic_id=' . $mostviewed[$j]['pic_id'])),


REPLACE WITH
Code: [Download] [Hide] [Select]
'U_PIC' => ($album_config['fullpic_popup']) ? append_sid(album_append_uid('album_pic.' . $phpEx. '?pic_id=' . $mostviewed[$j]['pic_id'])) : append_sid(album_append_uid($album_show_pic_url . '?pic_id=' . $mostviewed[$j]['pic_id'])),

 



 
ArtieSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem In Recent Public Pics And Most Viewed Pictures B 
 
Very thank's Artie
 




____________
Cosenza United::FCC
My Problem Child
 
fracsSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem In Recent Public Pics And Most Viewed Pictures B 
 
You are so welcome  
 



 
ArtieSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: FIXED -Problem In Recent Public Pics And Most Viewed Pic 
 
You're right... it was my fault... I'm sorry.

I should have fixed this and some other wrong edited links.

I'll have to update the version soon.
 




____________
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
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


  

 

  cron