[:"black"] To translate the threads above into Queen's English (you need to use small words with me). . the following code can be cut and pasted into showprofile.php in 6.3.2. Is this correct? Since I've never done this before, what part of showprofile.php do I paste this stuff? [/]
// ---------------------
// Grab this user's info
$userob = new user;
$thisuser = $userob -> authenticate("U_PictureView,U_Number,U_TimeOffset,U_TimeFormat,U_Ignored,U_OC_Userid");
isset($thisuser['U_PictureView']) && $picview = $thisuser['U_PictureView'];
isset($thisuser['U_TimeOffset']) && $toffset = $thisuser['U_TimeOffset'];
!isset($thisuser['U_TimeFormat']) && $thisuser['U_TimeFormat'] = $theme['timeformat'];
!isset($thisuser['U_Ignored']) && $thisuser['U_Ignored'] = "";
$Username = $thisuser['U_Username'];
$html = new html;
// If we are not logged in, then present a log on form, otherwise present
// a menu of options.
if (!$thisuser['U_Username']) {
$html -> not_right ("{$ubbt_lang['show_profile']}",$Cat);
}