Quote:
Originally Posted by erinys
Hi bill,
Sorry, i have deactivated this addon for now  when you buy something in vbplaza and it expires (like a sticky topic) this addon also makes the whole site go 404
Something is up with the way it handles something when it "expires", and when it does it breaks every single page on the site where this module is loaded
im running 3.6.4 btw, can that be the problem? this works fine on 3.6.4 right?
|
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.