| ".sprintf(_US_ALLABOUT, $thisUser->getVar("uname"))." |
";
if ($thisUser->getVar("user_avatar")) {
echo "";
echo "| "._US_AVATAR.": | .") | ";
echo " ";
}
if ($xoopsUser && ($thisUser->getVar("name") != '') ) {
echo "| "._US_REALNAME.": | ".$thisUser->getVar("name")." | ";
}
if ($thisUser->getVar("url") != "") {
echo "| "._US_WEBSITE.": | ";
echo "".$thisUser->getVar("url")."\n";
echo " | ";
}
if ($xoopsUser) {
if ($xoopsUser->isAdmin() || ($xoopsUser->getVar("uid") == $thisUser->getVar("uid")) || ($thisUser->getVar("user_viewemail") == 1)) {
echo "| "._EMAIL.": | ";
echo "".$thisUser->getVar("email")."";
echo " | ";
}
}
if ($xoopsUser) {
echo "| "._US_PM.": | ";
echo " ";
echo "";
echo " | ";
}
if ($xoopsUser && ($thisUser->getVar("user_icq") != '') ) {
echo "| "._US_ICQ.": | ";
echo $thisUser->getVar("user_icq");
echo " | ";
}
if ($xoopsUser && ($thisUser->getVar("user_aim") != '') ) {
echo "| "._US_AIM.": | ";
echo $thisUser->getVar("user_aim");
echo " | ";
}
if ($xoopsUser && ($thisUser->getVar("user_yim") != '') ) {
echo "| "._US_YIM.": | ";
echo $thisUser->getVar("user_yim");
echo " | ";
}
if ($xoopsUser && ($thisUser->getVar("user_msnm") != '') ) {
echo "| "._US_MSNM.": | ";
echo $thisUser->getVar("user_msnm");
echo " | ";
}
if ($thisUser->getVar("user_from") != '') {
echo "| "._LOCATION.": | ";
echo $thisUser->getVar("user_from");
echo " | ";
}
if ($thisUser->getVar("user_occ") != '') {
echo "| "._US_OCCUPATION.": | ";
echo $thisUser->getVar("user_occ");
echo " | ";
}
if ($thisUser->getVar("user_intrest") != '') {
echo "| "._US_INTEREST.": | ";
echo $thisUser->getVar("user_intrest");
echo " | ";
}
if ($thisUser->getVar("bio") != '') {
echo "| "._US_EXTRAINFO.": | ";
echo $myts->makeTareaData4Show($thisUser->getVar("bio", "N"), 0, 1, 1);
echo " | ";
}
echo "
|
| ";
echo "";
echo "| "._US_STATISTICS." | | "._US_MEMBERSINCE.": | ".formatTimestamp($thisUser->getVar("user_regdate"),"s")." | \n";
$userrank = $thisUser->rank();
echo "| "._RANK.": | ";
if ( $userrank['image'] ) {
echo " ";
}
echo $userrank['title']." | | "._US_POSTS.": | ".$thisUser->getVar("posts")." | \n";
$date = $thisUser->getVar("last_login");
if ( !empty($date) ) {
echo "| "._US_LASTLOGIN.": | ".formatTimestamp($date,"m")." | \n";
}
echo "
| ";
if ( $thisUser->getVar("user_sig") ) {
echo "
| "._US_SIGNATURE." | | ";
echo $myts->makeTareaData4Show($thisUser->getVar("user_sig", "N"), 0, 1, 1);
echo " |
| ";
}
echo " |