Quote:
Originally Posted by simonhind
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
|
Ummm, No I did not forget. The placement of the flag is just in a different location on the postbit legacy I use.
The CSS remains as it was. There has been NO change to it - nor is it missing.
For example:
Under this:
Code:
<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
{vb:rawphrase 'posts'}<dd>{vb:raw post.posts}</dd></div>
I put this
Code:
<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
{vb:rawphrase last_online_activity}<dd>{vb:raw post.lastactivity_date} @ {vb:raw post.lastactivity_time}</dd></div>
The flag position has just been moved - removing the "country" as it is redundant.
So no, I know how I meant to use it. I forgot nothing. My screenshot is correct.