Nudaii
Well-known member
howdy
I am trying toi setup a rather complex system for an rpg site which will have several dozen badges.
what i need is to know if there is a way to have the alt/title show the text of the field vs the value?
Example instead of faction_3 have it show "Rebel Alliance" etc
I am trying toi setup a rather complex system for an rpg site which will have several dozen badges.
what i need is to know if there is a way to have the alt/title show the text of the field vs the value?
Code:
<img src="/rpg/rol/faction_{$user.customFields.rol_ff_faction}.png" class="rpgIcon Tooltip" width="36px" height="36px" title="*here*" alt="*here*" />
Example instead of faction_3 have it show "Rebel Alliance" etc