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

Title Thread - 2.0 by Edson Ordaz

This plugin creates a bug in the Thread inline moderation. One can not move Thread, Close etc

Search in the Plugin this

Code:
$headerinclude .= "<script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js\"></script>";

$headerinclude .= "<script type=\"text/javascript\" src=\"https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js\"></script>";


and replace it with

Code:
$headerinclude .= "<script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js\"></script><script type=\"text/javascript\">jQuery.noConflict();</script>";

    $headerinclude .= "<script type=\"text/javascript\" src=\"https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js\"></script><script type=\"text/javascript\">jQuery.noConflict();</script>";

Written By: MrBrechreiz, 7th September 2012

Write Review