MyBB Community Forums

Full Version: update plugins to work with 1.6
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
How do you update the plugins to work with 1.6?
In most plugins you only have to update the version number.

I had 10 plugins installed and I only had to change the version number. Everything works fine.
How do you update the version number? In the plugin's php file?
me too excited to know ,
how to do it ??
Where it says "compatibility" => "14*", change 14 with 16. That should do it.
where it is locate??
(2010-08-03, 02:07 PM)AKT Wrote: [ -> ]where it is locate??

In the plugin .php file. The array inside the ..._info function.
(2010-08-03, 01:03 PM)Sal Collaziano Wrote: [ -> ]How do you update the version number? In the plugin's php file?

Just open the plugin file and at the begining you should look for something like this:

'compatibility' =>	'14*
'

change the number to 16
can we done it through admin panel area?
No, you have to open up the file(s) in an editor.
Pages: 1 2 3