Log in

View Full Version : BB Code & User Profile Fields


Exitilus
03-06-2006, 08:03 PM
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 :)

Colin F
03-07-2006, 04:59 AM
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]