MyBB

From iFixWiki
Revision as of 01:09, 1 June 2015 by Ifixadmin (talk | contribs)

MyBB, short for MyBulletinBoard, is a free forum software similar to phpBB and vBulletin.

Issues Solved

This plugin is incompatible with MyBB x.x.xx

This issue occurs when an old plugin is installed onto a new version of MyBB. It does not necessarily mean the plugin is not compatible with MyBB, but fixing the issue will not guarantee the plugin will work.

Solution

  1. Open the plugin (php file) in a code editor
  2. Find the following line: "compatibility" => "xx*",
  3. Change the number xx to your MyBB major version

The number listed contains no dots and does not contain the minor versions, i.e. 1.6.14, rather the first 2 numbers are used. So if your MyBB version is 1.6.14, you would change the compatibility number to 16:

"compatibility" => "16*",