This is a very simple way to display the likes recived and given with the vbseo Like system.
All you need to do is add to postbit or postbit_legacy this code:
ATTENTION: The tags (dt and dd) must be modified to suit your template.
This' the code for postbit:
Should be above:
One thing left, how do I wrap them?
Türkçe anlatımı.::::
Aşağıdaki kodu postbit or postbit_legacy de bul
Bu kodu yukardaki bulduğun kodun üzerine ekle
All you need to do is add to postbit or postbit_legacy this code:
HTML:
<dt>Likes Received</dt><dd>{vb:raw post.vbseo_likes_in}</dd>
<dt>Likes Given</dt><dd>{vb:raw post.vbseo_likes_out}</dd>
ATTENTION: The tags (dt and dd) must be modified to suit your template.
This' the code for postbit:
HTML:
<dl class="vbseo_like">
<dt>Likes Received</dt><dd>{vb:raw post.vbseo_likes_in}</dd>
<dt>Likes Given</dt><dd>{vb:raw post.vbseo_likes_out}</dd>
</dl>
HTML:
{vb:raw template_hook.postbit_userinfo_right}
Türkçe anlatımı.::::
Aşağıdaki kodu postbit or postbit_legacy de bul
HTML:
{vb:raw template_hook.postbit_userinfo_right}
Bu kodu yukardaki bulduğun kodun üzerine ekle
HTML:
<dt>Likes Received</dt><dd>{vb:raw post.vbseo_likes_in}</dd>
<dt>Likes Given</dt><dd>{vb:raw post.vbseo_likes_out}</dd>