MyBB Community Forums

Full Version: Icons instead of text for profile fields?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello! I'm wondering how you can have a custom profile field appear as an icon instead of text?

I have an idea of how one might code it, using the profile field and profile field value as classes in a span...

<span class="{$post['fieldname']} {$post['fieldvalue']}"></span>

But I am not sure how to target the field I would like to appear as an icon, or how to prevent mybb from displaying the field value as text and an icon?