| Re: How user can changer password |
| by Lance_ on 2006/3/13 2:22:06 Quote:
On my 2.2.4 install I see Edit Profile, Change Password, Avatar and logout. ?? /Edit Here's the code in my templates le="color: #000000"><?php <input type="button" value="<{$lang_changepassword}>" onclick="location='changepass.php'" />
|
| Re: How user can changer password |
| by vanchan on 2006/3/13 2:10:12 Ok, I have solved this myself now. In the Template manager, edit the profile_userinfo.html template in the the Extended Profiles section. Above: le="color: #000000"><?php <input type="button" value="<{$lang_editprofile}>" onclick="location='edituser.php'" /> Add: le="color: #000000"><?php <input type="button" value="Change Password" onclick="location='changepass.php'" /> Admitted, not so elegant without the right smarty, but couldnt figure out what it is. <{$lang_changepass}> didn't work. Remains the question why the button disappeared... Perhaps it was relocated? |
| Re: How user can changer password |
| by vanchan on 2006/3/13 2:00:18 lance, with all due respect, what i was trying to say is that the change password field in the view account section is gone. there is edit profile, avatar and logout. no change password button any more where it used to be... |
| Re: How user can changer password |
| by Lance_ on 2006/3/13 1:55:44 Quote:
Looking a few posts up.
|
| Re: How user can changer password |
| by vanchan on 2006/3/13 1:51:53 i am having the same problem, also with XOOPS 2.2.3: change password box is gone... has a solution been found? |