Thanks, Jeremy P!
{$user.Profile.custom_fields.getFormattedValue('rank')}
Worked like a charm, and saved me from having to type out several different if statements.
Yep. Slight modifications to his syntax did the trick. Here's the skinny:
<xf:if is="$user.Profile.custom_fields.rank == 'HighCouncil'">
Rank: High Council
</xf:if>
I will try Jon W's potential solution from this thread:
https://xenforo.com/community/threads/display-custom-field-text-to-postbit.100781/
I will reply if it works =)
Hello.
I've created a custom field for "Clan Rank" on my clan site. It uses drop-down multiple choice for selection.
I've modified the Member List to display the selected rank for each person with the following code:
<dt>{{ phrase('Rank')}}</dt>...