MyBB Community Forums

Full Version: [1.4.x/1.6.x] Thank You/Like System v1.5 (Updated: 10/26/2011)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
It must be a JS conflict...
The thanks list is not showing below the post when someone click the thanks button. Check here:
http://www.worldofdth.com/thread-Breakin...at-LCN-321
You use your own theme... so do not forget to add template changes... thats all
What template changes? I am using duende theme.
Still the users list that thanked a post is not showing below posts.

Ok, problem solved....Smile
I wanted to show in Postbit, how many likes the user has received.

The red line shows, where it should go:

[attachment=34023]


Thanks for your help!
Please check your default mybb theme templates -> postbin and then compare it to your custom theme (template). You must add a code for this.
i have the same problem the after giving like the likes are not shown in the postbit. i m using custom theme and checked the default theme template as well there is nothing different can you give me the function such as
{$tyl}
?
that can show the list of users liked the thread in the postbit.
<div style="{$post['tyl_display']}" id="tyl_{$post['pid']}">
	{$post['thankyoulike_data']}
</div>

Add this code into postbin_classic... any styling or whatever you want - global templates and check the template for this.

For future requests - I wont provide any support for your custom themes, just for MyBB default one
Can anyone add a option to this plugin for Denying a forum from counting thanks/likes ??
You can set which forum will be ignored (no thank you/like button will be shown)