VBSEO like system in posbit (vbseo gibi posbit sistemi)

guclusat

Tanınmış Üye
Süper Moderatör
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:


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>
Should be above:


HTML:
{vb:raw template_hook.postbit_userinfo_right}
One thing left, how do I wrap them?


vbseolikesysteminposbit.jpg


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>



 
Geri
Yukarı