The Arcive of vBulletin Modifications Site. |
|
VBSEO like system in posbit and profile member Details »»
|
||||||||||||||||||||||||||||||
|
VBSEO like system in posbit and profile member
Developer Last Online: Feb 2015
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: Code:
<dt>Likes Received</dt><dd>{vb:raw post.vbseo_likes_in}</dd>
<dt>Likes Given</dt><dd>{vb:raw post.vbseo_likes_out}</dd>
Quote:
ATTENTION: The tags (dt and dd) must be modified to suit your template. Enjoy and dont forget to mark as installed. ![]() Screenshots
Show Your Support
|
||||||||||||||||||||||||||||||
| 5 благодарности(ей) от: | ||
| Filgga, forexforum, paulket, Robru, sodasusu | ||
| Comments |
|
#2
|
|||
|
|||
|
Great works awesome... I used this like system that came with vbseo and then used your postbit template edit above to show on postbit_legacy... Only because I chose to use hidden links to see with reply only and not a post thanks hack... thanks for the great share...
|
|
#3
|
|||
|
|||
|
thank you for sharing.
|
|
#4
|
||||
|
||||
|
Well,
On postbit, WHERE do we place these codes + how to wrap them? Thanks, was looking for this
|
|
#5
|
||||
|
||||
|
Quote:
Made it ![]() This' the code for postbit: Code:
<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>
Code:
{vb:raw template_hook.postbit_userinfo_right}
|
|
#6
|
||||
|
||||
|
Take a look at another element that is wraped because not al templates are the same.
|
|
#7
|
||||
|
||||
|
plz add a similer explanation for vb 3.8
i liked this so much |
|
#8
|
||||
|
||||
|
i stoped ussing vb3 since vb4 got out on the market.
But it should be the same thing.Just insert the raws in your postib or postbit_legacy template where you want them to be shown. |
|
#9
|
|||
|
|||
|
I dont think 3.8 uses
vb:raw post.vbseo_likes_in as it had no affect on my installation |
|
#10
|
||||
|
||||
|
Then you have to find the var for your selfe or simply ask the vbseo team.
Like i sed i am not ussing old version of vbulletin. |
![]() |
|
|