hi, that was a great hack and it works on my 2.2.8. *Click install*
but i have a litle problem, in my Profil, ich have a double from this but it is only one in my member.php
auweia my englisch *g*
// Leave Away Message in Profile (v1.2a)
if ($userinfo[away]=="1") {
$sincedate = vbdate($dateformat, $userinfo[awaydate]);
if ($userinfo[returndate]=="0000-00-00") {
$returndate = "Unknown";
} else {
$returnaway = explode("-", $userinfo[returndate]);
$returndate = vbdate($dateformat, mktime(0,0,0,$returnaway[1],$returnaway[2],$returnaway[0]));
}
eval("\$away .= \"".gettemplate("getinfo_away")."\";");
} else {
$away = "";
}
// Leave Away Message in Profile (v1.2a)
==========================================
<tr>
<td bgcolor="#F1F1F1" colspan="2" align="center">
<normalfont><b>$userinfo[username] ist nicht verf?gbar</b><normalfont>
<br><smallfont><i>Grund: $userinfo[awayreason]</i></smallfont><br>
<normalfont>ab: $sincedate zur?ck am: $returndate</normalfont>
</td>
</tr>
can you help me?
greetz/gr??e subu1