<em>@tri141 216551 wrote:</em><blockquote>Steinar, – thanks for the note. My settings are already set to not allow. I would like to eliminate the actual text, or words right at the Ja comment form that saids “Login” which has the link that opens the popup screen.</blockquote>
Go to components/com_jacomment/themes/default/html/comments/addnew.php file and change this::
<label class=”description” id=”title1″><?php echo JText::_(“Comment as a Guest or”);?> <strong><a href=”javascript:open_login(‘<?php echo JText::_(“Login now”);?>’);”><?php echo JText::_(“Login”);?></a></strong></label>
to
<label class=”description” id=”title1″><?php echo JText::_(“Comment as a Guest”);?> <!–<strong><a href=”javascript:open_login(‘<?php echo JText::_(“Login now”);?>’);”><?php echo JText::_(“Login”);?></a></strong>–></label>