Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • myronlee Friend
    #129317

    How do I register to my site ( 2 Sites ) ?
    JaLogin form mod is in JaHpanel position, but Button Login goes to 404 page. Dont see how to register.

    – thankyou

    Joomla 1.5
    [URL=”http://www.

    Sherlock Friend
    #252052

    Hi myronlee !
    have you modify code in templatesja_telinehtmlmod_login template ?

    myronlee Friend
    #252216

    Hi,
    Not that I know of… should I ? …

    UPDATE: I noticed that when I clicked on “Lost Password” it takes me to Registration Page, I register and without any confirmation on that page, I do get activation email…. but when I click on login button, I’m taken to 404 page.
    – thankyou

    <?php // no direct access
    defined(‘_JEXEC’) or die(‘Restricted access’); ?>
    <?php if($type == ‘logout’) : ?>
    <form action=”index.php” method=”post” name=”login” id=”form-login”>
    <?php if ($params->get(‘greeting’)) : ?>
    <div><?php echo JText::sprintf( ‘HINAME’, $user->get(‘name’) ); ?></div>
    <?php endif; ?>
    <input type=”submit” name=”Submit” class=”button” value=”<?php echo JText::_( ‘BUTTON_LOGOUT’); ?>” />

    <input type=”hidden” name=”option” value=”com_user” />
    <input type=”hidden” name=”task” value=”logout” />
    <input type=”hidden” name=”return” value=”<?php echo $return; ?>” />
    </form>
    <?php else : ?>
    <?php if(JPluginHelper::isEnabled(‘authentication’, ‘openid’)) : ?>
    <?php JHTML::_(‘script’, ‘openid.js’); ?>
    <?php endif; ?>
    <form action=”<?php echo JRoute::_( ‘index.php’, true, $params->get(‘usesecure’)); ?>” method=”post” name=”login” id=”login” >
    <?php echo $params->get(‘pretext’); ?>
    <label for=”modlgn_username”><?php echo JText::_(‘Username’) ?>
    <input id=”modlgn_username” type=”text” name=”username” class=”inputbox” alt=”username” size=”18″ /></label>
    <label for=”modlgn_passwd”><?php echo JText::_(‘Password’) ?>
    <input id=”modlgn_passwd” type=”password” name=”passwd” class=”inputbox” size=”18″ alt=”password” /></label>
    <?php if(JPluginHelper::isEnabled(‘system’, ‘remember’)) : ?>
    <label for=”modlgn_remember”><?php echo JText::_(‘Remember me’) ?>
    <input id=”modlgn_remember” type=”checkbox” name=”remember” class=”inputbox” value=”yes” alt=”Remember Me” /></label>
    <?php endif; ?>
    <input type=”submit” name=”Submit” class=”button” value=”<?php echo JText::_(‘LOGIN’) ?>” />
    <a href=”<?php echo JRoute::_( ‘index.php?option=com_user&view=reset’ ); ?>”>
    <?php echo JText::_(‘FORGOT_YOUR_PASSWORD’); ?></a>

    <?php
    $usersConfig = &JComponentHelper::getParams( ‘com_users’ );
    if ($usersConfig->get(‘allowUserRegistration’)) : ?>

    <a href=”<?php echo JRoute::_( ‘index.php?option=com_user&task=register’ ); ?>”>
    <?php echo JText::_(‘REGISTER’); ?></a>

    <?php endif; ?>

    <?php echo $params->get(‘posttext’); ?>

    <input type=”hidden” name=”option” value=”com_user” />
    <input type=”hidden” name=”task” value=”login” />
    <input type=”hidden” name=”return” value=”<?php echo $return; ?>” />
    <?php echo JHTML::_( ‘form.token’ ); ?>
    </form>
    <?php endif; ?>

    myronlee Friend
    #252941

    Found problem,
    I was using wrong login mod… went from JA_Login to the basic orginal login module and it works.

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

This topic contains 4 replies, has 2 voices, and was last updated by  myronlee 16 years, 5 months ago.

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