Quote:
Originally Posted by Bulbucan
Got 2 problems, how to fix it ?? Im using AfterMath style.
|
ok I spend hours playing CSI here with the little info you gave here
I think it looks like your using this mod eTiKeT? 2011 Posbit_legacy - Postbit Details ??
https://vborg.vbsupport.ru/showthrea...userinfo_extra
so you will need to replace your "
post_thanks_postbit_info" template with this
over write the template completely
Code:
<vb:if condition="$post['userid']">
<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
{vb:rawphrase post_thanks_thanks} <dd>{vb:raw post.post_thanks_user_amount_formatted}</dd></div>
<vb:if condition="$post['post_thanks_thanked_times'] == 1">
{vb:rawphrase post_thanks_time_post}
<vb:elseif condition="$post['post_thanks_thanked_posts'] == 1" />
<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
{vb:rawphrase post_thanks_times_post, {vb:raw post.post_thanks_thanked_times_formatted}}</div>
<vb:else />
<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
{vb:rawphrase post_thanks_times_posts, {vb:raw post.post_thanks_thanked_times_formatted}, {vb:raw post.post_thanks_thanked_posts_formatted}}</div>
</vb:if>
</vb:if>