Page 1 of 1

include personal gallery pics recent/random/viewed block

PostPosted: Sat Apr 28, 2007 8:08 pm
Author: Imajica
In case someone else is looking for it...

open album_hierarchy_sql.php
find the 4 instances of
Code: Select all
WHERE p.pic_cat_id IN ($cats) AND ( p.pic_approval = 1 OR ct.cat_approval = 0 )

replace with
Code: Select all
WHERE ( p.pic_approval = 1 OR ct.cat_approval = 0 )


Imajica