Feature #27202
Number of images and sub-categories in category view
| Status: | New | Start date: | 2011-06-03 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
It would be useful to be able to display number of images and number of subcategories contained in each category.
For number of pictures, in pi1/class.tx_wtgallery_category.php, line 61, just remove the last parameter to retrieve the whole list of pictures, and add something like'pic_count' => count($picture),
inside the $row array.
For number of subcategories, I don't know...