Quote:
Originally posted by apfeifer
Try replacing the $userinfo[where] = ""; line with this:
PHP Code:
if (!$username[username]) {
$userinfo[where] = "$bbtitle <a href='index.php?s=$session[sessionhash]'>Main Index</a>";
} else {
$userinfo[where] = "Viewing Profile of <a href='member.php?s=$session[sessionhash]&action=getinfo&userid=$userid[3]'>$username[username]</a>";
}
Not sure about this seeing I have no where to test it, but give it a shot.
|
i'm a lil confused on what you mean....what text to i replace exactly??