PDA

View Full Version : Hrmn, where to find this?


Creed
01-02-2005, 09:00 AM
I need to find where the "Welcome Message" information is located. In the index.php file it just says:

if ($bbuserinfo['userid'])
{ // registered user
$showmemberwelcome = true;
}
else
{ // guest
$showmemberwelcome = false;
}

$today = vbdate('Y-m-d', TIMENOW, false, false);

I need to find the actual member welcome message, so I can make changes to it. Anyone know where it is. I've searched through some templates, didn't see anything that would remotely compare to it.

Creed
01-02-2005, 09:08 AM
NVM, its in navbar. This can be closed.