Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • id31 Friend
    #157495

    Is it possible to change the Link (destination) for Registration inb the ja-login module.

    No Popup, only a forward link to the component!

    I use Alpha Registration as component for new registration.

    Give News please…

    Thanks!

    aman204 Friend
    #367097

    You can change link here accordingly::

    modules/mod_jalogin/tmpl/default.php for index.php?option=com_user&view=register

    if ($usersConfig->get(‘allowUserRegistration’)) : ?>
    <a href=”<?php echo JRoute::_( ‘index.php?option=com_user&view=register’ ); ?>”>
    <?php echo JText::_(‘REGISTER’); ?></a>
    <?php endif; ?>

    Phan Gam Friend
    #367113

    Hi,
    You can do it as follows:
    1. Open file default.php in templates/ja_social/html/mod_jalogin folder
    2. edit code for login section:

    <a class="login-switch" href="<?php echo JRoute::_('index.php?option=com_user&view=login');?>" onclick="showBox('ja-user-login','mod_login_username',this, window.event || event);return false;" title="<?php JText::_('Login');?>"><span>Login</span></a>
    remove onclick method, and change url on href property

    <a class="login-switch" href="{your url}" title="<?php JText::_('Login');?>"><span>Login</span></a>

    Hope this helps

    id31 Friend
    #367153

    Thanks al ot…that was the solution! Great!

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

This topic contains 4 replies, has 3 voices, and was last updated by  id31 13 years, 11 months ago.

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