Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Total Comment on Category
Hi Guys,
I know there is total discussions on category, but is there a way to display total comments number?
Thanks
0
This discussion has been closed.
Comments
$Category->DiscussionCount
$dm = $Context->ObjectFactory->NewContextObject($Context, 'DiscussionManager'); $CategoryDiscussionCount = $dm->GetDiscussionCount($CategoryID);
disclaimer: untested codeEdit: Lech's method is better, if you have a proper category object already.