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 - FAP Personal Pic In Portal 
 
Hi

I can switch in CMS only show pictures from public but its shows also from personal
user_2_album_block

Can anyone help me ???

Pepi
 



 
pepiSend 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: FAP Personal Pic In Portal 
 
I'm not that familar with Icy Phoenix, but I think this may help

OPEN blocks/blocks_imp_album.php

FIND
Code: [Download] [Hide] [Select]
'WHERE cat_id <> 0'


REPLACE WITH
Code: [Download] [Hide] [Select]
'WHERE cat_user_id = 0'

 



 
ArtieSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: FAP Personal Pic In Portal 
 
Hi Artie
and many thanks it works etsch

for normal phpbb EZ protal album block
OPEN when installed portal.php
FIND
Code: [Download] [Hide] [Select]
// Build Categories Index
$sql = "SELECT c.*
      FROM ". ALBUM_CAT_TABLE ." AS c
         LEFT JOIN ". ALBUM_TABLE ." AS p ON c.cat_id = p.pic_cat_id
      WHERE cat_id <> 0
      GROUP BY cat_id
      ORDER BY cat_order ASC";
if ( !($result = $db->sql_query($sql)) )

IN LINE FIND
Code: [Download] [Hide] [Select]
WHERE cat_id <> 0

REPLACE WITH
Code: [Download] [Hide] [Select]
WHERE cat_user_id = 0


Pepi
 



 
pepiSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: FAP Personal Pic In Portal 
 
I should have already fixed it... but glad to see that there is another solution here!
 




____________
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