wykombinowałem jedynie w profilu w statach - wg instrukcji instalacji tego hacka na 3.5 w memberinfo trzeba dodać:
Kod:
<if condition="$show['hidetag_thankyou_system']">
<div class="fieldset">
<div style="padding:$stylevar[formspacer]px">
<img src='$stylevar[imgdir_misc]/thanks.gif' alt="$vbphrase[total_thanks_received]" border="0" /> = $userinfo[thankedcount], <img src='$stylevar[imgdir_misc]/thanks_out.gif' alt="$vbphrase[total_thanks_sent]" border="0" /> = $userinfo[thankedcount_out]
</div>
</div>
</if>
ale w postib_legacy już nie wiem jak.. dodałem niby to co trzeba w 3.7:
Kod:
<if condition="$show['hidetag_thankyou_system']">
<div id="thanks_postbtn.$post[postid]" style="display: inline;">$thanks_postbtn</div>
</if>
i Kod:
<if condition="$show['hidetag_thankyou_system']">
<div id="thanks_wrapper.$post[postid]" style="display: $thanks_wrapper_display;">$thanks_wrapper</div>
</if>
ale liczba thanksów się nie wyświetla..
a powinno być coś takiego jak na obrazku niżej:
szkoda że tego Hide Hacka nie można zintegrować z Ajax Thanks You
pytanie do WoG'a:
jak na muzikum.pl dodałeś thanksy w profilu i pod nickiem w widoku tematu ?