Quote:
Originally Posted by Krusty1231
Alternate you could do this:
Find in the postbit legacy
Code:
{vb:rawphrase xs_avatar, {vb:raw post.username}}" />
</a>
</vb:if>
then under that - put this:
Code:
<div align="center">
<vb:if condition="$post['field5']">
<img src="{vb:stylevar imgdir_button}/flags/{vb:raw post.field5}.GIF" alt="Users Flag!" border="" />
</vb:if></div>
Of course change field 5 to match yours.
This just removes the "country", and centers the flag under your avatar.
(See attached screen)
|
you forgot some coding too
Code:
<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
i just saw your screenshot and its not within the css style
this is why your ment to use
Code:
<vb:if condition="$post['field6']"> <div class="etiket_postbit_alanI_userinfo_extra_yazIlarI"> Country: <dd> <img src="{vb:stylevar imgdir_button}/flags/{vb:raw post.field6}.GIF" align="middle" alt="{vb:raw post.field6}" border="" /> </dd> </div>
etiket_postbit_alanI_userinfo_extra_yazIlarI
is in the additional.css if the above is removed from it to get what your screenshot shows which is wrong