dannylin3000
05-30-2007, 01:24 AM
Currently vBulletin was displaying a user's ID.
I've created a custom field "field5" as a required field to ask users to enter their nicknames. I was able to display a user's nickname by doing so in the postbit & postbit_legacy template:
<if condition="$post['field5']">$post[field5]<else />$post[musername]</if>
However, I was unable to show their nickname (field5) on the forumhome, and showthread.
Is there anyone know how to do this?
I've created a custom field "field5" as a required field to ask users to enter their nicknames. I was able to display a user's nickname by doing so in the postbit & postbit_legacy template:
<if condition="$post['field5']">$post[field5]<else />$post[musername]</if>
However, I was unable to show their nickname (field5) on the forumhome, and showthread.
Is there anyone know how to do this?