-
AuthorPosts
-
May 7, 2008 at 5:43 pm #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 FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 9, 2008 at 8:54 am #248353Hi 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 !May 14, 2008 at 8:04 pm #249151thanks, worked fine
May 16, 2008 at 11:48 am #249387Hallo,
It is my problem , I have to add one more field in login form.
On which place can I make this changes ?
TkxSherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 17, 2008 at 1:38 am #249450Hi 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>
-
AuthorPosts
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