MyBB Community Forums

Full Version: MyReactions not showing up
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I did everything provided in installation guide and I can't see button to react under posts on my forum.
Plugin: https://community.mybb.com/mods.php?action=view&pid=795
There is only "MyReactions" section visible in user profile.
I am using "Flatty" custom forum theme.
In the postbit and postbit_classic template, you should see something like:

<div class="post_controls">

Before that, add this:

{$post['myreactions']}

Does it show up now?
postbit classic : https://pastebin.pl/view/71a21a8d
postbit : https://pastebin.pl/view/64b921e7

It doesn't show up Sad

(2021-01-11, 12:25 PM)Mariuszel Wrote: [ -> ]postbit classic : https://pastebin.pl/view/71a21a8d
postbit : https://pastebin.pl/view/64b921e7

It doesn't show up Sad
I am also getting this information in debug mode 
https://imgur.com/a/3WGtlbK
It doesn't seem to have applied to "postbit". Near the bottom, find this:

<div class="post_controls_default">

change to this:

{$post['myreactions']}<div class="post_controls_default">

Hopefully that will do it.
It works now perfectly fine Big Grin Thank you.