Wahey!!!
It all works!!!
There is just one thing I cant understand (which doesnt work properly), and one template edit to make
PHP Code:
if ($modifyavatar!="") {
$goto="member.php?s=$session[sessionhash]&action=editavatar";
} else {
$goto="usercp.php?s=$session[sessionhash]";
}
eval("standardredirect(\"".gettemplate("redirect_updatethanks")."\",\"$goto\");");
// now we edit the signature!
if ($modifysignature!="") {
$goto="member.php?s=$session[sessionhash]&action=editsignature";
} else {
$goto="usercp.php?s=$session[sessionhash]";
}
eval("standardredirect(\"".gettemplate("redirect_updatethanks")."\",\"$goto\");");
}
Why does ^ (that) redirect to usercp.php?
Satan