-
AuthorPosts
-
myronlee Friend
myronlee
- Join date:
- September 2007
- Posts:
- 64
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
June 5, 2008 at 1:44 am #129317How 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 FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 5, 2008 at 2:58 am #252052Hi myronlee !
have you modify code in templatesja_telinehtmlmod_login template ?myronlee Friendmyronlee
- Join date:
- September 2007
- Posts:
- 64
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
June 5, 2008 at 9:52 pm #252216Hi,
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; ?> -
AuthorPosts
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