Hello,
This line appears in the default.php for this module:
However, there does not appear to be the related parameter to select in the admin of this module. So there does not appear to be a way to hide the category in this module without removing the code.
Jordan
This line appears in the default.php for this module:
<div class="m-list__item">
<?php echo JText::sprintf('MOD_EASYDISCUSS_RECENTDISCUSSIONS_POSTED_IN_CATEGORY', $post->getCategory()->getPermalink(), $post->getCategory()->getTitle()); ?>
</div>
However, there does not appear to be the related parameter to select in the admin of this module. So there does not appear to be a way to hide the category in this module without removing the code.
Jordan