2020-03-21, 05:04 PM
(This post was last modified: 2020-03-21, 05:07 PM by Alexander L.. Edited 1 time in total.)
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:
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.
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.