The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
how to display the user title instead of username
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 |
#2
|
|||
|
|||
You've placed this in the wrong section, but anyways to do as you wish in the NAVBAR template change:
Code:
<phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase> Code:
<phrase 1="$bbuserinfo[usertitle]">$vbphrase[welcome_x]</phrase> |
#3
|
|||
|
|||
Thanks so much, and sorry about posting the message here, when I relized that I tried to delete it but couldn't.
Regards |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|