MyBB Community Forums

Full Version: List of "Most Likes" on my Forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys,

I am using this Thank You/Like Plugin, and I would like to get a list of all users ranked by th number of likes.

Sadly, the author doesnt reply to his thread, so I hope someone else can help me. I want to create an achievement, based on the number of likes.

So I either need a permanent list on my forum (visible for all users) with the most likes, or I have to search the database (jquery?) to generate a list with all users ranked by the number of likes, so I can check that list and award the achievement.

Either way, I obviously need your help. ^^ Is this at all possible?

Thanks guys.
(2014-06-02, 01:51 PM)Snake_ Wrote: [ -> ]See: https://forum.mybboard.pl/watek-mybb-top...stem_48965
or
https://forum.mybboard.pl/watek-mybb-top-likes_47537

I dont understand Polish^^

(2014-06-02, 01:51 PM)Snake_ Wrote: [ -> ]See: https://forum.mybboard.pl/watek-mybb-top...stem_48965
or
https://forum.mybboard.pl/watek-mybb-top-likes_47537

Anyway, I gave it a shot and installed one plugin and added it on my index page, but it completely messes up the site:

[attachment=31691]
(2014-06-02, 02:00 PM)Gobee129 Wrote: [ -> ]
(2014-06-02, 01:51 PM)Snake_ Wrote: [ -> ]See: https://forum.mybboard.pl/watek-mybb-top...stem_48965
or
https://forum.mybboard.pl/watek-mybb-top-likes_47537
I dont understand Polish^^
translate google. Big Grin

Add to sidebar your forum:
{$topthanks}


(2014-06-02, 02:00 PM)Gobee129 Wrote: [ -> ]
(2014-06-02, 01:51 PM)Snake_ Wrote: [ -> ]See: https://forum.mybboard.pl/watek-mybb-top...stem_48965
or
https://forum.mybboard.pl/watek-mybb-top-likes_47537

Anyway, I gave it a shot and installed one plugin and added it on my index page, but it completely messes up the site:
It also to sidebar Big Grin


Add to global.css:
.top_likes {
display: inline-block;
height: 16px;
line-height: 16px;
padding: 0 5px;
font-size: 9px;
font-weight: bold;
text-transform: uppercase;
color: #fff;
text-shadow: rgba(0,0,0,0.2) 0px -1px 0px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background: url(images/highlight.png);
background-repeat: repeat-x;
background-position: 0 -1px;
}
I dont have a sidebar. I am using the Advanced Sidebox Plugin, and your plugin desnt work with the Advanced Sideboxes.

YOur plugin has a hook only for the index page, and I dont know how I can add a hook for the Advanced Sideboxes too.