Quote:
Originally Posted by simonhind
PHP Code:
<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
{vb:rawphrase tmnt_joins}
<dd>
{vb:raw post.tmnt_joins}
</dd>
</div>
PHP Code:
<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
{vb:rawphrase tmnt_wins}
<dd>
{vb:raw post.tmnt_wins}
</dd>
</div>
PHP Code:
<vb:if condition="($vboptions['dbtech_usertag_postbit'] & 1) AND !($vboptions['dbtech_usertag_disabledfeatures'] & 1)">
<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
{vb:rawphrase dbtech_usertag_mentioned}
<dd>
{vb:rawphrase dbtech_usertag_x_posts, {vb:raw post.dbtech_usertag_mentions}}
</vb:if></dd>
</div>
PHP Code:
<vb:if condition="($vboptions['dbtech_usertag_postbit'] & 2) AND !($vboptions['dbtech_usertag_disabledfeatures'] & 2)">
<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
{vb:rawphrase dbtech_usertag_tagged}
<dd>
{vb:rawphrase dbtech_usertag_x_threads, {vb:var post.dbtech_usertag_tags}}
</dd></vb:if>
</div>
PHP Code:
<vb:if condition="($vboptions['dbtech_usertag_postbit'] & 4) AND !($vboptions['dbtech_usertag_disabledfeatures'] & 4)">
<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
{vb:rawphrase dbtech_usertag_quoted}
<dd>
{vb:rawphrase dbtech_usertag_x_posts, {vb:var post.dbtech_usertag_quotes}}
</dd></vb:if>
</div>
|
Thanks, the top part worked perfect, the bottom part completely wrecked my forums, signatures were all over the place as were medals, the edit posts etc were all messed up and you couldn't see anyones actual posts.