MyBB Community Forums

Full Version: How to change this type of compatibility?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi,

I am trying a plugin in which it says under compatibility 1604.

Now I seem to be using 1.8.7, So:

1. I tried changing it to 1.8*, didnt work.

2. I tried changing it to 1*, still didnt work.

3. I tried changing it to 1807, still not working.

I wonder what I am doing wrong to clear this error of This plugin is incompatible with MyBB 1.8.7 under ACP plugins.

Kindly help! Thanks.
You should change the compatibility line to
18*
Thanks for your quick reply BEN but the plugin says this
"version" => 1604,

And not this
"compatibility" => "16*" (so to easy to change to 18*)

Sorry for not mentioning it before.
Please post the link to the plugin you are using.
Moved to Plugin Support.
The plugin has been given to me by a friend of mine. Rather than uploading it Is it ok to paste its code here?
Yes, please post inside [php] tags. If it's a private plugin feel free to pm me the code instead.
(2016-06-18, 09:16 PM)Ben C Wrote: [ -> ]Yes, please post inside [php] tags. If it's a private plugin feel free to pm me the code instead.

Thanks again for your reply Ben. Have sent you a pm with it.
It should be this:

"compatibility" => "*"
(2016-06-18, 09:34 PM)Sazze Wrote: [ -> ]It should be this:

"compatibility" => "*"

it means that this plugin works on all version of mybb. Any way try to change it to 18*.
Pages: 1 2