PDA

View Full Version : Show Thread Enhancements - VBSEO like system in posbit and profile member


Popa Andrei
03-08-2012, 11:00 PM
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:
<dt>Likes Received</dt><dd>{vb:raw post.vbseo_likes_in}</dd>
<dt>Likes Given</dt><dd>{vb:raw post.vbseo_likes_out}</dd>

Link in profile member ^^!

<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>


ATTENTION: The tags (dt and dd) must be modified to suit your template.


Enjoy and dont forget to mark as installed (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=279780&token=52413bfe5fb59630a6bc115ca325a112). :D

faisaly.com
03-09-2012, 10:21 PM
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...

http://i633.photobucket.com/albums/uu53/mansonklan/untitled.jpg

thecore762
03-09-2012, 10:40 PM
thank you for sharing. :)

Filgga
03-10-2012, 07:08 AM
Well,

On postbit, WHERE do we place these codes + how to wrap them?

Thanks, was looking for this ;)

Filgga
03-10-2012, 07:35 AM
Well,

On postbit, WHERE do we place these codes + how to wrap them?

Thanks, was looking for this ;)
Oh yeah,

Made it ;)

This' the code for postbit:


<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:
{vb:raw template_hook.postbit_userinfo_right}
One thing left, how do I wrap them?

Popa Andrei
03-10-2012, 11:13 AM
Take a look at another element that is wraped because not al templates are the same.

abdobasha2004
03-24-2012, 07:50 PM
plz add a similer explanation for vb 3.8
i liked this so much

Popa Andrei
03-24-2012, 08:16 PM
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.

karkey
04-01-2012, 08:28 AM
I dont think 3.8 uses

vb:raw post.vbseo_likes_in

as it had no affect on my installation

Popa Andrei
04-01-2012, 08:40 AM
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.

Pandemikk
04-01-2012, 09:13 AM
<dl class="vbseo_like">
<dt>Likes Received</dt><dd>$post['vbseo_likes_in']</dd>
<dt>Likes Given</dt><dd>$post['vbseo_likes_out']</dd>
</dl>That should work for vB3. Untested. Will work unless the array element's name is different in vB3.

hoangserip
04-01-2012, 09:50 AM
Link in profile member ^^!

<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>

Popa Andrei
04-01-2012, 10:05 AM
Updated first post.

hhumas
04-14-2012, 07:58 PM
where do I put it so that ip appears below Rep Power

Dorgham
02-25-2013, 05:21 PM
I want the way to version 3.8 ??

adigetr
07-02-2014, 10:08 PM
I want the way to version 3.8 ??


Yes i need to 3.8 ?

friendlymela
10-05-2015, 09:56 AM
It will work with dbtech likes?