MyBB Community Forums

Full Version: a like plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I installed this plugin
https://github.com/Cu8eR/MyBB_Thank-you-like-plugin
And when i click like post i just get a dot under the user that is collapsible. Checking another account i see that no one else can see this like. I was expecting facebook type likes. Is this was its suppose to do or is something not working?

[attachment=37456]

EDIT:
I also tried simple likes plugin but it  breaks the plugin section on the admin panel with a warning
Quote:
Warning [2] require_once(inc/plugins/MybbStuff/Core/ClassLoader.php): failed to open stream: No such file or directory - Line: 22 - File: inc/plugins/simplelikes.php PHP 5.5.9-1ubuntu4.13 (Linux)
File	Line	Function
/inc/plugins/simplelikes.php	22	errorHandler->error
/inc/plugins/simplelikes.php	22	require_once
/admin/modules/config/plugins.php	518	require_once
/admin/index.php	770	require


It doesnt even have this directory available after unzippng. 
'inc/plugins/MybbStuff/Core/'


Is there any like plugin that works?

Why doesnt MyBB plugins just switch to github if the devs are going to update the github, but not mybb plugins section.

So i got simple likes to work. 
https://github.com/MyBBStuff/SimpleLikes

For some reason its missing the class loader in the plugin. However MyBB mod section doesnt specify that, but github repo does say where to get it. I dont know why its not just added in????
Anyways i created a Core directory in MybbStuff directory since that is where it was looking for the ClassLoader.php file. And then put the ClassLoader.php file in there.
https://github.com/MyBBStuff/Plugins.Core

and the only reason i knew where to put it was because of the error log in admin panel