I need to find where the "Welcome Message" information is located. In the index.php file it just says:
Code:
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.