MyBB Community Forums

Full Version: Thank You/Like System v3.4.5 + MyAlerts and Tapatalk support
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to show the received and the given one separately.

%%TYL_NUMTHANKEDLIKED%%


This code shows both of them I cannot set the psotbit.

I solved the problem.
I've edited the thankyoulike_postbit_author_user template.
Hey guys,

Is the "Thanks/likes list collapsibility" working probably? No matter what I do, I just can't force the system to show all the thanks by default, it will always be hidden all the time.

Any ideas what's going on with my forum?

Thanks.
New version v3.3.5 is released!

Please download from this link:
https://community.mybb.com/mods.php?acti...0&bid=4291

Changelog:
[FIX] - Collapsed/expanded state for thank you/like list in a postbit - thx @lairdshaw
[ENHANCEMENT] - Optimise queries for thank you/likes displaying in forumdisplay_threadlist - thx @lairdshaw
(2020-02-22, 10:46 AM)Eldenroot Wrote: [ -> ]New version v3.3.5 is released!

Please download from this link:
https://community.mybb.com/mods.php?acti...0&bid=4291

Changelog:
[FIX] - Collapsed/expanded state for thank you/like list in a postbit - thx @lairdshaw
[ENHANCEMENT] - Optimise queries for thank you/likes displaying in forumdisplay_threadlist - thx @lairdshaw

The plugin works good but I am getting a MYSQL error when it works with HIDE plugin.

[Image: 97A5mFk.png]

It was working fine 2 patches before.
^ you can try adding tyl_tnumtyls column manually using SQL query like below
ALTER TABLE mybb_threads ADD `tyl_tnumtyls` int(100) NOT NULL default '0'

see common sql queries related guidance
Dear Eldenroot,

I love the plugin you have built, it is a very good addition to MyBB. However, I am encountering an issue due to the fact I run a custom theme. I can't seem to figure out how to include the counter for likes/thanks on a post in the postbit. I'm not very well versed in php so perhaps you can help me. I'm merely looking for the equivalent of:
{$post['button_tyl']}

But to the one who displays how many thanks/likes have been given to the thread. I believe your plugin also opens a modal when using the button which then displays whom liked/thanked said post.

I am looking forward to your reply.
Thank you for creating such an amazing plugin.

Yours sincerely,
A. Longbeach

Shortly after this my friend and I came to the solution to use {$post['thankyoulike_data']} and rewrite the styling to fit our needs.
New version 3.3.6 is released, we recommend you to update. This update brings easier way for updating between versions and adding JS versioning to avoid cache issues.

Changelog + download:
https://community.mybb.com/mods.php?acti...0&bid=4311

Off-topic - we just hit 52 stars rating in MyBB Extend site - it means that we are in the TOP #3 most rated plugins for MyBB! Thank you for your support! Any if you haven't added your rating yet, please do it now - here: https://community.mybb.com/mods.php?action=view&pid=360
(2020-03-30, 01:03 PM)Eldenroot Wrote: [ -> ]New version 3.3.6 is released, we recommend you to update. This update brings easier way for updating between versions and adding JS versioning to avoid cache issues.

Changelog + download:
https://community.mybb.com/mods.php?acti...0&bid=4311

Off-topic - we just hit 52 stars rating in MyBB Extend site - it means that we are in the TOP #3 most rated plugins for MyBB! Thank you for your support! Any if you haven't added your rating yet, please do it now - here: https://community.mybb.com/mods.php?action=view&pid=360


3.3.5 version installed. What should we do to update? Do the codes in the template get corrupted in special themes when updating?
Better to update now, because in following version it would be much easier to you to update and avoid any issues.
(2020-03-30, 10:47 PM)arhavili Wrote: [ -> ]3.3.5 version installed. What should we do to update?

You should please follow the instructions here:

https://github.com/mybbgroup/Thank-you-l...#Upgrading

In summary, the upgrade process (in this order) is: deactivate the plugin, copy new files, reactivate the plugin, and then, if necessary, update the plugin's templates/stylesheet.

(2020-03-30, 10:47 PM)arhavili Wrote: [ -> ]Do the codes in the template get corrupted in special themes when updating?

Templates won't be corrupted. Just remember to follow step #4 (in the link above): go to "Find Updated Templates" in the ACP to see whether you need to update any plugin templates which have changed since you last edited them.

(I hope you don't mind me stepping in to answer arhavili's questions more specifically, Eldenroot!)