Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • midsomer Friend
    #165474

    How can I hide/disable the ‘Create an account’ button and only show the ‘Login’ button?

    The module parameters don’t allow this but where do I find the layout code?

    khoand Friend
    #397564

    Hi,
    You change this code from templatesja_socialhtmlmod_jalogindefault.php

    <a class="register-switch" href="<?php echo JRoute::_("index.php?option=com_user&task=register");?>" onclick="showBox('ja-user-register','namemsg',this, window.event || event);return false;" >
    <span><?php echo JText::_('REGISTER');?></span>
    </a>

    midsomer Friend
    #397629

    <em>@midsomer 248468 wrote:</em><blockquote>How can I hide/disable the ‘Create an account’ button and only show the ‘Login’ button?

    The module parameters don’t allow this but where do I find the layout code?</blockquote>

    Thanks,

    I commented out the span tags and got what I wanted.

    <?php /*?><span><?php echo JText::_('REGISTER');?></span><?php */?>

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

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

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