MyBB Community Forums

Full Version: Thumbs Post Rating.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This is the error I get when trying to install this plugin, how do I fix this?

http://gyazo.com/14087ad3efc12bed83a4d4a5387343e1
open the plugin file in a text editor (eg. notepad++) and change TYPE = MYISAM to ENGINE = MYISAM . save the file & try it.
(2013-05-28, 06:28 AM).m. Wrote: [ -> ]open the plugin file in a text editor (eg. notepad++) and change TYPE = MYISAM to ENGINE = MYISAM . save the file & try it.

Yes, I found that. But now I'm having another problem, it's not showing on a thread. How can I make it show?

http://gyazo.com/42ce2af74b552dcfde6229eb9bc62b14
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Supposed to have a rating beside it like this.
http://gyazo.com/ac6084c324df8a165543443be12b0613
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^ it appears that groups should be permitted to use it. check at --> edit group >> user permissions
(2013-05-28, 06:54 AM).m. Wrote: [ -> ]^ it appears that groups should be permitted to use it. check at --> edit group >> user permissions

Users are allowed to use it, it works on every other theme except the theme I'm using. I checked for a code in the Post Bit template but couldn't find anything different.

I fixed it, thanks for your help .m.
^ check if you have <div class="float_right">{$post['tprdsp']}</div> in the postbit templates of the theme
then what?
delete?