MyBB Community Forums

Full Version: Using MyBB's thread rating code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to have users be able to rate things in a similar way to MyBB's thread rating system. Ideally, I would like to use MyBB's client-side code to do so (i.e. the javascript and language files) so (a) I don't have to write it and (b) it behaves consistently with MyBB's.

My question is, is it easily possible or might I as well do it from scratch myself?
You'll have to copy the code and modify it yourself if you want it to behave the same way without actually re-coding everything. Do not forget to add a ratings table as well.
Yeah, I thought that would be the case. Oh well, maybe in 2.0 they will make it easier for plugins to use it.