solved How to add a comment count under the audio and video item detail page?

pch
@pch
9 years ago
328 posts
Hello,

How to add a comment count under the audio and video on the item detail page like on Youtube?

E.g:

Comments: 35

Thanks
updated by @pch: 10/21/16 08:57:26AM
paul
@paul
9 years ago
4,335 posts
If an item has one or more comments on it there will be a smarty variable of the number of comments, so in your template use something like this -

Number of comments: {$item.audio_comment_count|default:0}

The default modifier is there incase the variable doesn't yet exist (when an item has no comments as yet).
For videos the variable would be $item.video_comment_count

hth


--
Paul Asher - JR Developer and System Import Specialist
pch
@pch
9 years ago
328 posts
Hi Paul,

Just brilliant!!!! It works! Thanks a lot for the support. Also thanks for the explanation.

Regards!
paul
@paul
9 years ago
4,335 posts
Cool - tagging as solved


--
Paul Asher - JR Developer and System Import Specialist

Tags