The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Ok i have made a profile field Display Name (field6)
and i want it to replace the users username on the forums without changing it i tried this PHP Code:
|
#2
|
||||
|
||||
![]()
Almost. Try this...
HTML Code:
<if condition="$userinfo[field6]"> $post[field6] <else /> $post[musername] </if> |
#3
|
|||
|
|||
![]()
no this dosent work just displays username :S
|
#4
|
||||
|
||||
![]()
I think Brooks meant this:
HTML Code:
<if condition="$post['field6']"> $post[field6] <else /> $post[musername] </if> |
#5
|
||||
|
||||
![]()
Oh, haha. Thanks Lynne
![]() |
#6
|
|||
|
|||
![]()
yeah i noticed that too after i had made my post i looke dover my code again and noticed it thanks for your help
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|