The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
"display" name
I recently switched from UBB to vBulletin (best decision I ever made), but a lot of my users are missing the "display name" feature on UBB which allowed you to have your username and a display name, that was the one actually displayed when you posted. I looked through all the hacks on here and didn't see anything that looked to fit what I'm looking for. Anyone?
Thanks. |
#2
|
||||
|
||||
|
#3
|
|||
|
|||
you could also do this, which would put the display name in the place of a username
create a new custom porfile feild named display name, make it hidden - required - and you have to fill it in now go to ACP > Templated > Modify > Extend > Postbit templates > Postbit now replace Code:
<normalfont><b>$post[username]</b></normalfont><br> Code:
<normalfont><!-- <b>$post[username]</b></normalfont><br> --><b>$userinfo[field7]</b><br> just take out the <!-- --> if you want both to be displayed and change Code:
<b>$userinfo[field7]</b><br> Code:
<i>$userinfo[field7]</i><br> |
#4
|
|||
|
|||
Thank you
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|