Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • 355media Friend
    #128305

    Hello,
    I am using Joomla 1.1x with JA Edenite. How do I set-up and where do I download the login module for the top right corner?

    Sherlock Friend
    #248353

    Hi 355media !
    You can download it at :http://www.joomlart.com/forums/downloads.php?do=file&id=497
    You login to admintrator , select Installers >> Modules then select module package
    then install you go to modules>> modules site –> select JA Login Module then enable it and set position of it to “top”
    good luck !

    355media Friend
    #249151

    thanks, worked fine

    zwittmann Friend
    #249387

    Hallo,
    It is my problem , I have to add one more field in login form.
    On which place can I make this changes ?
    Tkx

    Sherlock Friend
    #249450

    Hi zwittmann !
    You can add more field in login form by open mod_ja_login.php file in modules/ folder then edit code of it , following is form of login form , you can find code section at about line 73 , You must add filed in this section :


    <form action="<?php echo sefRelToAbs( 'index.php' ); ?>" method="post" name="login" >
    <?php
    echo $pretext;
    ?>
    <label for="mod_login_username" class="ja-login-user">
    <span><?php echo _USERNAME; ?></span>
    <input name="username" id="mod_login_username" type="text" class="inputbox" alt="username" size="10" />
    </label>

    <label for="mod_login_password" class="ja-login-password">
    <span><?php echo _PASSWORD; ?></span>
    <input type="password" id="mod_login_password" name="passwd" class="inputbox" size="10" alt="password" />
    </label>

    <label for="mod_login_remember">
    <?php //echo _REMEMBER_ME; ?>
    <input type="hidden" name="remember" id="mod_login_remember" class="inputbox" value="yes" alt="Remember Me" />
    </label>

    <input type="submit" name="Submit" class="button" value="<?php echo _BUTTON_LOGIN; ?>" />
    <div class="ja-login-links">
    <a href="<?php echo sefRelToAbs( 'index.php?option=com_registration&task=lostPassword' ); ?>">
    <?php echo _LOST_PASSWORD; ?></a>
    <?php
    if ( $registration_enabled ) {
    ?>
    <?php //echo _NO_ACCOUNT; ?>
    <a href="<?php echo sefRelToAbs( 'index.php?option=com_registration&task=register' ); ?>">
    <?php echo _CREATE_ACCOUNT; ?></a>
    <?php
    }
    ?>
    </div>

    <?php
    echo $posttext;
    ?>

    <input type="hidden" name="option" value="login" />
    <input type="hidden" name="op2" value="login" />
    <input type="hidden" name="lang" value="<?php echo $mosConfig_lang; ?>" />
    <input type="hidden" name="return" value="<?php echo sefRelToAbs( $login ); ?>" />
    <input type="hidden" name="message" value="<?php echo $message_login; ?>" />
    <input type="hidden" name="force_session" value="1" />
    <input type="hidden" name="<?php echo $validate; ?>" value="1" />
    </form>

    zwittmann Friend
    #249543

    Thank you 🙂

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

This topic contains 6 replies, has 3 voices, and was last updated by  zwittmann 16 years, 6 months ago.

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