Site in read-only mode

This site is now read-only following the release of MyBB 1.8 and the new mods site.

If you are looking for MyBB 1.8 mods please click here to visit the new mods site.

You can continue to download submissions for MyBB 1.6 and earlier here, however new submissions will only be accepted via the new mods site.

Write Review

Reviews

Who Has Rated (Wer hat bewertet) - 1.1 Preview by Garlant

Thanks for the plugin, but it has any problems!

her are some fixes ^^ you can edit by yourself or the author updated the plugin. between the plugin works also fine in mybb 1.6.

search:
$db->write_query("UPDATE ".TABLE_PREFIX."threads".
"SET totalratings = ((totalratings - ".$threadrating['rating'].") + ".$rating.")".
"WHERE tid=".$threadrating['tid']);

replace:
$db->write_query("UPDATE ".TABLE_PREFIX."threads".
" SET totalratings = ((totalratings - ".$threadrating['rating'].") + ".$rating.")".
" WHERE tid=".$threadrating['tid']);


search:
$query = $db->simple_select("threads", "totalratings, numratings", "tid=".$threadrating['tid'], array('limit' => 1));

replace:
$query = $db->simple_select("threads", "totalratings", "numratings", "tid=".$threadrating['tid'], array('limit' => 1));


fixes for 1.6
search:
"compatibility" => "14*"

replace:
"compatibility" => "14*,16*"

search:
"<script type=\"text/javascript\" src=\"{\$mybb->settings['bburl']}/jscripts/prototype.js?ver=1400\"></script>\n".
"<script type=\"text/javascript\" src=\"{\$mybb->settings['bburl']}/jscripts/general.js?ver=1400\"></script>\n".
"<script type=\"text/javascript\" src=\"{\$mybb->settings['bburl']}/jscripts/rating.js?ver=1400\"></script>\n".

replace:
"<script type=\"text/javascript\" src=\"{\$mybb->settings['bburl']}/jscripts/prototype.js?ver=1600\"></script>\n".
"<script type=\"text/javascript\" src=\"{\$mybb->settings['bburl']}/jscripts/general.js?ver=1600\"></script>\n".
"<script type=\"text/javascript\" src=\"{\$mybb->settings['bburl']}/jscripts/rating.js?ver=1600\"></script>\n".


thats all, have fun ^^

Written By: h4ppycor3, 5th February 2011

Write Review