Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post 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
 
fracs - View user's profileSend 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: 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'])),

 



 
Artie - View user's profileSend private messageView user's personal gallery 
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
 
fracs - View user's profileSend private messageVisit 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  
 



 
Artie - View user's profileSend private messageView user's personal gallery 
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 Gorgon - View user's profileSend private messageVisit poster's websiteView user's personal gallery 
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