Page 1 of 1

I might know a way to fix the edit button.

Posted: Wed Jun 27, 2007 2:40 pm
by Death~John
Ok, whoever has direct FTP settings to this site, please take a look at this.

open any ftp up to halomods.com/forums/usercp.php,

open it up in any text editor, and find the following line:

Code: Select all

<a href="usercp.php" title="Edit" accesskey="e">
now replace it with this line:

Code: Select all

<a href="http://forums.halomods.com/usercp.php?mode=editprofile" title="Edit" accesskey="e">
Presto!

you may want to try this on a regular php file on your computer before uploading it onto the server.




and if this works, you must all bow down to me as the almighty edit button fixer.

Re: I might know a way to fix the edit button.

Posted: Wed Jun 27, 2007 2:46 pm
by SpecOp44
Tural wrote: I know how to fix profile editing as well, but Grenadiac hasn't responded to me in IRC. :|
The staff knows how. They just need an admin to do it.

Posted: Wed Jun 27, 2007 2:54 pm
by Death~John
Ok, I just thought i would try to help out.

Posted: Wed Jun 27, 2007 4:28 pm
by Tural
The page isn't broken, the permissions are. I already have the solution.