Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • tri141 Friend
    #159076

    Does anyone knows where is the code to disable the login option for JA Comment? I want people to always comment as a guest with no login option.

    steinar Friend
    #373008

    Does it help to turn off Allow user registration in Site >> Global config >> System >> User settings?

    tri141 Friend
    #373031

    <em>@steinar 216519 wrote:</em><blockquote>Does it help to turn off Allow user registration in Site >> Global config >> System >> User settings?</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.

    aman204 Friend
    #373063

    <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>

    tri141 Friend
    #373124

    That worked! Thanks aman.

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 3 voices, and was last updated by  tri141 13 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum