MyBB Community Forums

Full Version: Reputation info under post
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I'm looking for reputation information under the post. It can include the total amount of reps given for the post and/or who gave reputation.

I have found two plugins, but they use a million of mysql queries... I'm looking for something lighter.
http://mods.mybb.com/view/plusone = 1 query per post (20-50 per topic, depending on the user settings).
http://mods.mybb.com/view/postrep = same as above + 1 more query per topic.


Thanks
Unfortunately any plugin for this will take up that many queries.
(2012-04-30, 04:23 PM)Paul H. Wrote: [ -> ]Unfortunately any plugin for this will take up that many queries.

They don't have to Wink There is a way round taking up so many queries. I don't know of any better optimized plugins right now though.
Aff. What about if there's a new column in the database added for the topic table - and it is updated every time someone gives reputation? We could even leave the nicks/names out. (The drawback is that it would only start counting the reps after the plugin is activated.)

PS: I don't know a lot about this, so the idea might be a bit noobish :X