MyBB Community Forums

Full Version: Like plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
https://community.mybb.com/thread-169382.html

I'm currently using that plugin I'm wondering how can I add like a count system for example in my postbit where these buttons are..
https://i.imgur.com/ROLpRK5.png

I need it show like this..
https://i.imgur.com/VdPigtX.png
https://i.imgur.com/J8VOeBp.png


At the moment it's showing like this which I don't want..
https://i.imgur.com/NgolKwB.png

If anybody could help me out I'd greatly appreciate it.

Bumping this still need help!
Bump! anybody?
Don't think I've looked at the code for this plugin, but by the looks of it, where it says "The following 1 user Likes Deadly's post", if that 1 increases per like then you basically have your count there. You'd have to find the language for that variable and strip it down to just say "1". Move the variable to the relevant template, put a div around it and bobs your uncle.

If not, you'll basically have to do $variable_here = COUNT Query and then call that variable in the template whilst wrapping it around a div.