CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Feature #27202

Number of images and sub-categories in category view

Added by Charles Brunet almost 2 years ago.

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...

Also available in: Atom PDF