I already disabled comments in K2 parameters> global settings for comments> disabled, but still have "leave a comment" and "super user" on every article. I also made all items and categories inherit the disable comments.
What are my options?
<h3><?php echo JText::_('K2_LEAVE_A_COMMENT') ?></h3>
<h3 class="itemAuthorName">
<a rel="author" href="<?php echo $this->item->author->link; ?>"><?php echo $this->item->author->name; ?></a>
</h3>
Pawel F wrote:ad 2) To remove "Super Admin" delete this line
- Code: Select all
<h3 class="itemAuthorName">
<a rel="author" href="<?php echo $this->item->author->link; ?>"><?php echo $this->item->author->name; ?></a>
</h3>
From :
components\com_k2\templates\default\item.php