|
|
Registered User
|
Posts: 2
Join Date: Dec 2005
|
Hi frazels,
I had the same problem - it worked fine locally, but not on my server. I finally tracked down the problem - it was the 'usercp' bit - something was causing problems with that name.
Here is the fix:
Rename the usercp.php file to prefs.php (or whatever you want)
Edit index.php - in the array with 'vtopic','forgotpass','usercp' - change 'usercp' to 'prefs' (or what you used in step 1 - don't add the '.php' bit here)
Edit skin/mainmembernavigation.htm - change '?a=usercp' to '?a=prefs'
Edit skin/userpanel.htm - change '?a=usercp' to 'a?=prefs'. There doesn't seem to be any need to change 'type=submit name=usercp' near the end.
Hope this helps.
|