LOG IN MODULE


Author Message
Audra

Posted: 4/8/2009
Quote message 

After clicking on "forgot your username" the form jumps out to the top in Mozilla and template totally breaks down in IE7. Does anyone else noticed it or it's just me?
 
Anthony

Posted: 4/8/2009
Quote message 

:-@ Wow, yes I have the exact same issue.
 
Jackcybre

Posted: 4/8/2009
Quote message 

Just tested my template on this issue. Both on local server and real server it worked fine.
Wich joomla version are u using ?
I tested it on 1.5.9
In my older stand alone version (1.5.7) its a total mess.

Try to download server2go, wich is a standalone 1.5.9 version, and test it again.

 
Anthony

Posted: 4/8/2009
Quote message 

I think I found it. :-X

Edit File:

<Your Template Root>\html\com_user\reset\default.php

On Line 3 Insert:

<?php ob_start(); ?>

You Will Get:

<?php if (!defined('_JEXEC')) exit('Restricted access'); // no direct access
require_once dirname(__FILE__) . DS . '..' . DS . '..' . DS . '..' . DS . 'functions.php'; ?>
<?php ob_start(); ?>
<form action="index.php?option=com_user&amp;task=remindusername" method="post" class="josForm form-validate">
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="contentpane">
<tr>
<td colspan="2" height="40">
<p><?php echo JText::_('REMIND_USERNAME_DESCRIPTION'); ?></p>
</td>
</tr>
<tr>
<td height="40">
<label for="email" class="hasTip" title="<?php echo JText::_('REMIND_USERNAME_EMAIL_TIP_TITLE'); ?>::<?php echo JText::_('REMIND_USERNAME_EMAIL_TIP_TEXT'); ?>"><?php echo JText::_('Email Address'); ?>:</label>
</td>
<td>
<input id="email" name="email" type="text" class="required validate-email" />
</td>
</tr>
</table>

<button type="submit" class="validate"><?php echo JText::_('Submit'); ?></button>
<?php echo JHTML::_( 'form.token' ); ?>
</form>
<?php echo artxPost(artxPageTitle($this), ob_get_clean()); ?>

 
Anthony

Posted: 4/8/2009
Quote message 

Quote Jackcybre:

Wich joomla version are u using ?


I am using 1.5.10.

 
AUDRA

Posted: 4/8/2009
Quote message 

I'm still on 1.5.9. Do you have it working on 1.5.10? :-(
 
audra

Posted: 4/8/2009
Quote message 

Quote AUDRA:

I'm still on 1.5.9. Do you have it working on 1.5.10? :-(

And, I checked that file - that line of code is already there... :-@
 
Audra

Posted: 4/8/2009
Quote message 

Found the temporary solution - I had old template version - so I took it's remind folder and uploaded to new template (it's not perfect , but doesn't mess up the template) Obviously, problem is there - I don't know php enough to know what is the problem
 
Anthony

Posted: 4/8/2009
Quote message 

Yes, I have it working on 1.5.10.

Make sure that you check the file html\com_user\reset\default.php in your main Template folder.


 
audra

Posted: 4/8/2009
Quote message 

I did - that code is there! I don't know what else to do!
Artisteer, please, put in the word!
 
Anthony

Posted: 4/8/2009
Quote message 

Hey check:

html/com_user/remind/default.php

and follow the above instructions. I have fixed it on two sites now.

 
Audra

Posted: 4/8/2009
Quote message 

Anthony, you are the bestest! :-{}
It did the trick!
 
Anthony

Posted: 4/8/2009
Quote message 

Glad to help! 8-)