Hi Artie
and many thanks it
works
for normal phpbb EZ protal album block
OPEN
when installed portal.php
FIND
// 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
REPLACE WITH
Pepi