Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • emaulidi Friend
    #999266

    Hi,

    I want to remove the "Create an Account" option on the login module located at the topbar position but am failing. I have tried to turn off "show register form" on the module settings but still its showing. All I want is just to have a single option to login in and no registration on the frontend please assist.

    Eric.

    Pankaj Sharma Moderator
    #999387

    Hi
    Open "/html/mod_jalogin/default.php" in template "ja_platon".
    Find and remove the below code

        <li>
                                            <a href="<?php echo JRoute::_('index.php?option=com_users&view=registration'); ?>">
                                                <?php echo JText::_('REGISTER'); ?></a>
                                        </li>
    

    For future questions kindly open thread on JA Platon forum, this forum page is only for JA University template.

    Regards

    emaulidi Friend
    #999456
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #999457

    Did u clear the cache after changes.
    I already tried above step on your site and it was working .

    emaulidi Friend
    #999462
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #999486
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #999503

    Hi
    I got your point there are two create account options.
    One is in tab and one under main tab that is removed by removing the above code.
    And other is hidden by adding below code in /css/custom.css file

    .modal #ja-user-register-tab {display:none;}
Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 6 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 8 months ago.

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