PDA

View Full Version : how to display the user title instead of username


ka99
08-27-2005, 09:02 PM
Hi all

how can I display the user title instead of the user name (login name) in the navbar where it sais "welcome username" in 3.5 RC2 ?

Thanks

BluPhoenix
08-27-2005, 10:08 PM
You've placed this in the wrong section, but anyways to do as you wish in the NAVBAR template change:

<phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase>

to:

<phrase 1="$bbuserinfo[usertitle]">$vbphrase[welcome_x]</phrase>

ka99
08-27-2005, 10:20 PM
Thanks so much, and sorry about posting the message here, when I relized that I tried to delete it but couldn't.

Regards