Recent content by SpecOpsX

  1. S

    XF 2.0 Display Custom Field Text instead of Value

    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.
  2. S

    XF 2.0 Display Custom Field Text instead of Value

    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>
  3. S

    XF 2.0 Display Custom Field Text instead of Value

    Hmm - looks like code syntax has changed since his post, so it didn't work --- but I think he may be onto something. Taps chin
  4. S

    XF 2.0 Display Custom Field Text instead of Value

    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 =)
  5. S

    XF 2.0 Display Custom Field Text instead of Value

    And if it's no likely possible, just let m know and I can stop spinning my wheel and work on some other method.
  6. S

    XF 2.0 Display Custom Field Text instead of Value

    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>...
Back
Top Bottom