MyBB Community Forums

Full Version: Thankyou/Like Plugin help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have created a Sidebox in the right side bar in order to show 'User Info' of a registered member. Here take a look. https://ibb.co/KsWm4m5

Now I am wondering if I can add the 'like' count at the bottom after post count. I am using this code in 'Advanced Sidebox'. It was provided by @Wildcard.

<tr>
<td class="trow1"><img src="{$mybb->user['avatar']}" alt="avatar" /></td>
</tr>
<tr>
<td class="trow1">
<div style="display: inline-block; width: 50%;" class="trow2">Username:</div><div style="display: inline-block; width: 50%;" class="trow1">{$mybb->user['username']}</div>
<div style="display: inline-block; width: 50%;" class="trow2">Post Count:</div><div style="display: inline-block; width: 50%;" class="trow1">{$mybb->user['postnum']}</div>

</td>

 </tr>

What should I implement here so that the user's like count will also be at display?
Hi, I am a developer of thank you/like plugin...

There is a template variable which you can use:

{$mybb->user['tyl_unumrcvtyls']} - for thx/likes received

and there should be a possibility to use something similar for thx/likes given Smile
Isn't it a redundant thread?
See, there is neither to do with think you/like nor adv shoutbox.
You need another plugin for what you need. That much I understand.
Hey there effone. How are you?

I posted in General Discussion but post got removed from their to here. And now Wildcard suggested me to contact the author of this plugin!! So, I posted.

Quote:Hi, I am a developer of thank you/like plugin...

There is a template variable which you can use:

{$mybb->user['tyl_unumrcvtyls']} - for thx/likes received

and there should be a possibility to use something similar for thx/likes given [Image: smile.gif]

@eEldenroot Ok I will try it out.
We all are the author of that plugin. Its our home production.
Feel free to request any feature you want to be included in the plugin.
If we see it does worth we will surely include it.
Woop, woop! Look at MyBB Group go! Big Grin
No, there is no need for another plugin, you just need to make a template for ASB plugin and customize it... anyway full support etc. will be handled only at MyBB Group site Smile
All done thanks. All of you.