Support Forums
How to Make your MYBB Central Plugin Compatible with new Mybb - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Webmaster Support (https://www.supportforums.net/forumdisplay.php?fid=36)
+---- Forum: Forum Software Help (https://www.supportforums.net/forumdisplay.php?fid=49)
+---- Thread: How to Make your MYBB Central Plugin Compatible with new Mybb (/showthread.php?tid=20448)



How to Make your MYBB Central Plugin Compatible with new Mybb - Billy Mays - 07-11-2011

First of All go to Your File manager in your Cpanel

An find your Plugin file

Click edit an find the following:

Code:
return array(
        "name"        => "MyIPN",
        "description" => "MyIPN Paypal Subscription",
        "website"     => "http://www.mybbcentral.com",
        "author"      => "Jesse Labrocca",
        "authorsite"  => "http://www.mybbcentral.com",
        "version"     => "2.2",
        "compatibility" => "16*"
        );
}

Change the: "compatibility" => "16*"

To your forum Version and it will work!!!


RE: How to Make your MYBB Central Plugin Compatible with new Mybb - Pac Man - 07-12-2011

Already loads of these posted on mybbcentral website.


RE: How to Make your MYBB Central Plugin Compatible with new Mybb - Pulse - 07-12-2011

Should be able to be self-discovered by forum owners whom really desire for a specific plug-in, but thanks for sharing.


RE: How to Make your MYBB Central Plugin Compatible with new Mybb - Billy Mays - 07-12-2011

Not Many people Go to Mybb central, Easy enough For them to know but...