Ok I think ive cracked it
It should be:
PHP Code:
if ($modifyavatar!="") {
$goto="member.php?s=$session[sessionhash]&action=editavatar";
} elseif($modifysignature!="") {
$goto="member.php?s=$session[sessionhash]&action=editsignature";
}else{
$goto="usercp.php?s=$session[sessionhash]";
}
eval("standardredirect(\"".gettemplate("redirect_updatethanks")."\",\"$goto\");");
}
Anyone know if that will work?
Satan