Jan 25, 2011, 01:31 PM
Tested MyBB Central Exclusive 1.4 Plugins working with v1.6 as of 12th Jan 2011
Google Analytics
Monthly Stats
MyBB Site Sig
My Meta Tags
My Side Boxes
Online 24
Profile Groups
Prune Members*
Easy Refer
My Specs*
Necropost Notice*
MYPS*
*Working but temperamental (some aspects not working or causes other problems)
1.6 Plugins Recently Updated from 1.4
Anon Rep
IPLH
Mapovifog
Contact Form
My Ad Manager
Ficons
Tabbed Menu
Username History
MyAwards
Self Close
Compatability Issues
If your plugins sucessfully activate in the AdminCP then you will have no problems.
If you get an error message that tells you that the plugin is not compatible with your version of MyBB then you will need to go through the following steps.
- Locate the plugin .php file (located in inc/plugins folders)
- Open the .php in notepad (it is recommended you use Notepad++ to avoid any formatting issues)
- Once opened you will need to search for "compability: "14*"" which will be around the first 10-20 lines of the plugins code.
- Delete the 4 so the compability is now "1*". (This will make the plugin compatible with all v1 MyBB.
- Note: Just because you made it compatible, doesnt always mean that the plugin will work. A list was made above of all the plugins MyBBCentral offers that work with this fix.
- Save the .php file, and upload it to the relevant location on your server.