I would like to include my albums in categories
(ex. category = cat1 including albums=2001, 2003, 2004...) and display on the homepage only the categories.
Problem : when the albums are restricted to some users, they should not appear on the homepage for unregistered users. But categories don't have this user filter and they are always displayed. For an unregistered user, If a category contains only restricted albums, it should not be displayed. At the moment, they are but are empty (no albums and pictures inside as shown on the attached picture for cat1 to cat3).
I think a test like (if in the category, albums count=0 for the current user, then dont disyplay it) sould be added in index.php.
Could someone look at it and give me his opinion ?
Thanks.
As you posted this on the paid support board, you should post your budget as well. Review the sticky thread on this sub-board for suggestions on how to post here.
OK, sorry I haven't read the sub-board rules.
My budget is $15 (paypal).
Found !
In theme.php I deleted the code in the section
<!-- BEGIN catrow_noalb -->
<!-- END catrow_noalb -->
and seems to work.
although I doubt that this is the actual solution, I will mark this thread as "closed" if it works for you