Quote:
Originally Posted by Exitilus
I'm curious how I would put some BB Code in User Profile Field.
Basically what I want is the normal profile field. But when a user puts information in there. It includes the Mandatory BB Code I want ....
ex.. Like have a field that Bolds itself, without them having to enter the BB Code.
I tried editting the template and including the BB Code there with the $userinfo[fieldxx] but that didn't work
Thanks 
|
You'll have to edit the template where it's being displayed, using a conditional like this:
[code]<if condition="$userinfo[fieldX]"><strong>$userinfo[fieldX]</strong></if>[code]