TheBigK
Well-known member
Okay, I wish to display a custom user field (real name) in in place of the user id on XenPorta. I created a custom user field with field ID "realname" and in phrases where it says -
by {user} at {date}
I put -
by {$user.customFields.x} at {date}
I'm expecting the out put would be
By (real name entered by the user) at (date) as output.
What am I doing wrong?
by {user} at {date}
I put -
by {$user.customFields.x} at {date}
I'm expecting the out put would be
By (real name entered by the user) at (date) as output.
What am I doing wrong?