View Single Post
Old 06.05.2004, 16:25   #2 (permalink)
ChaosNo1
Expert Mamber
 
ChaosNo1's Avatar
 
Join Date: Apr 2004
Posts: 270
ChaosNo1 is on a distinguished road
Default Re: How to install the User Extended Component ?

open the file [YourMamboRoot/modules/mod_login.php with an editor and edit the following lines:

Line 43:
change
PHP Code:
<td><a href="<?php echo sefRelToAbs("index.php?option=com_registration&amp;task=lostPassword"); ?>"><?php echo _LOST_PASSWORD?></a>?</td>
to
PHP Code:
<td><a href="<?php echo sefRelToAbs("index.php?option=com_user_extended&task=lostPassword"); ?>"><?php echo _LOST_PASSWORD?></a>?</td>
and

Line 54:
change
PHP Code:
<a href="<?php echo sefRelToAbs("index.php?option=com_registration&amp;task=register"); ?>">
to
PHP Code:
<a href="<?php echo sefRelToAbs("index.php?option=com_user_extended&task=register"); ?>">
Have a nice day!
__________________
Nur weil die Klugen immer nachgeben, regieren die Dummen die Welt

www.mamboaddons.com
ChaosNo1 is offline   Reply With Quote