
Admin
Well-Known Member
Staff member
Administrator
This is a very simple way to display the
recived and given with the vbseo Like system.
All you need to do is add to postbit or postbit_legacy this code:
Link in profile member:
ATTENTION: The tags (dt and dd) must be modified to suit your template.
Enjoy and dont forget to mark as installed
[/QUOTE]

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>
HTML:
<dt>Likes received</dt><dd><a href="{vb:link member, {vb:raw post}}&tab=likes_received">{vb:raw post.vbseo_likes_in}</a></dd> <dt>Likes given</dt><dd><a href="{vb:link member, {vb:raw post}}&tab=likes_given">{vb:raw post.vbseo_likes_out}</a></dd>
Enjoy and dont forget to mark as installed

