1. Steve Feledziak
  2. General
  3. Monday, 16 January 2017
  4.  Subscribe via email
 Hi,

within the k2 blog view, the comment counts are shown.
But I can't get it work within a k2-module!

In both cases I have:

 
<div class="article-comments-counter">
<?php if(!empty($item->event->K2CommentsCounter)): ?>
<!-- K2 Plugins: K2CommentsCounter -->
<?php echo $item->event->K2CommentsCounter; ?>
<?php else: ?>
<a href="/<?php echo $item->link; ?>#itemCommentsAnchor">
<svg class="joms-icon joms-avatar-change" viewBox="0 2 18 18" onclick="window.location=<?php echo $item->link; ?>">
<use xlink:href="#hn-comment"></use>
</svg>
<?php echo $item->numOfComments; ?>
</a>
<?php endif; ?>
</div>


Could you help me out?
Are there any settings I've missed? (Module settings are OK)

Many thanks in advance
Responses (4)


There are %s replies to this question. If you want to see them you need a valid subscription.
If you have a valid subscription, please login now.
Visit store now
Powered by EasyDiscuss for Joomla!