
06-06-2007, 11:27 AM
|
 |
|
|
Join Date: Apr 2004
Location: Sydney, Australia
Posts: 895
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Billspaintball
Ok,
I have finally had enougth time to play around with this and find the cause and solution.
Cause - When redirected for expired password you are redirected to the directory that your login script is located in, not your forums root.
Fix - Edit phrase called Your current phrase should be
Code:
Your password is {1} days old, and has therefore expired.<br />
<br />
Please change your password using <a href="profile.php?{2}do=editpassword">this page</a>.
change it to
Code:
Your password is {1} days old, and has therefore expired.<br />
<br />
Please change your password using <a href="../forums/profile.php?{2}do=editpassword">this page</a>.
where ../forums/ is your forums directory.
Ive only tested this for expired passwords, not for expired vbplaza, but I would think you would have to edit the expiring vbplaza phrases in the same manner.
|
Sorry one last thing, i am trying to apply this to my forum but cannot find this phrase in my 'phrase manager'
|