PDA

View Full Version : Users Name


cmedic101
11-21-2008, 09:16 AM
Im trying to figure out how to get the logged in users name to show up in the header.

something like "welcome Back John"

Im not looking for a login box just the name to show after they loggin

thanks in advance

cmedic101

Lynne
11-21-2008, 02:53 PM
This is the code used in the navbar. You can try it elsewhere:
<strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong>

or just try:
Welcome $bbuserinfo[username]

cmedic101
11-21-2008, 11:53 PM
This is the code used in the navbar. You can try it elsewhere:
<strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong>

or just try:
Welcome $bbuserinfo[username]


Thank you

Works well!