Custom Profile Fields Display

Horus

New Member
Dear vBTeam members,
I have added a Custom Field on my Gaming Network (To Select the Game/s Which the Player plays) what I would like it to do is: if the user selected e.g. MOH it would show a certain image under the "Age,Posts,etc" when the user makes a Post or a Thread.Do you understand what I'm asking ?
 
Ok I got it,heres my code:
Code:
<if condition="$post['field5'] == 'Bartz' or $post['field5'] == 'Public Test Server' or $post['field5'] == 'Sieghardt'">
        Server: $post[field7]
    <else />
        Server: None
    </if>
But for some reason,no matter what the user selects it always displays Server: None ... Can someone help me ?
 
Back
Top