Gender displayed when not chosen any

Discussion in 'HWF Info & Issues' started by RHochstenbach, Sep 8, 2008.

  1. RHochstenbach

    RHochstenbach Administrator

    Likes Received:
    26
    Trophy Points:
    48
    If you don't select your gender, it shows Gender: with nothing next to it below the avatar.

    I think the line is written like this:
    Code:
    Gender: <if condition="$post['field5']"><div class="pibu"><div class="pib">$post[field5]</div></div></if>
    It should be this:
    Code:
    <if condition="$post['field5']"><div class="pibu"><div class="pib">Gender: $post[field5]</div></div></if>
     
  2. Sniper

    Sniper Administrator Staff Member

    Likes Received:
    59
    Trophy Points:
    63
    thanks will look at it during the weekend.
     

Share This Page