abre: /components/com_kunena/template/default/view.php
Busca
//reply topic (hay dos, el último, el de la línea 1349, apróximadamente)
Borra:
echo '<a href="' . sefRelToAbs(JB_LIVEURLREL . '&func=post&do=reply&replyto=' . $thread . '&catid=' . $catid) . '" >';
echo $fbIcons['topicreply'] ? '<img src="' . JB_URLICONSPATH . '' . $fbIcons['topicreply'] . '" border="0" alt="' . _GEN_POST_REPLY . '" title="' . _GEN_POST_REPLY . '"/>' : _GEN_POST_REPLY;
echo '</a>';