My main page has simple, regular view - just:
picture - name of category - number of pictures
In general view of main categories - how to have numebr of ALL pictures in category, including subcategories (and inlcuding all photos added by keywords).
My problem is:
I had category with 100 albums. I did sub-categories and moved 97 albums into them. Now my main page display only sum of those three albums which stay in main category.
Also summation in whole page doesn't count picture added to albums (by keywords) in category views.
I found that code where number of albums and pictures is in themes.inc.php
'{ALB_COUNT}' => cpg_float2decimal($category[2]),
'{PIC_COUNT}' => cpg_float2decimal($category[3]),
How to change this section to have sum of ALL albums inside category, and sum of ALL pictures ?
Please
There's no straightforward solution yet.