Quote:
Originally Posted by RoG Aftermath
Hello, can someone please tell me how to add a custom profile field to this postbit? I have tried everything and no matter what it doesnt align correctly. There is a screenshot of the problem im getting below. The Rank field is my custom field and it is putting the users rank on the line below instead of in the line it is supposed to be. Also posted the code im using for it.
Code:
<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
Rank
<dd>
<vb:if condition="$post['field6']"><dt></dt> <dd>{vb:raw post.field6}</dd></vb:if>
</dd>
</div>
|
Code:
<vb:if condition="$post['field6']">
<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
Rank
<dd>
{vb:raw post.field6}
</dd>
</div>
</vb:if>