Shows the comments count (with a possible link to the comments section of the article).
Requirements
The jComments
component must be installed.
Joomla 4 Support has been removed
Example
Language overrides
A few constant keys are overridable:
PLG_CONTENT_ARTICLEDETAILS_COMMENTS
(value: %s comments) where %s is the number of commentsPLG_CONTENT_ARTICLEDETAILS_NOCOMMENT
(value: No comment) when there are no commentsPLG_CONTENT_ARTICLEDETAILS_GOTOCOMMENTS
(value: Jump to comments) is the tooltip showing when linked
Internationalization
To add text before the comments in a multilingual environment, override the constant key PLG_CONTENT_ARTICLEDETAILS_PREPEND_COMMENTS
.