MyBB Community Forums

Full Version: Is there a hack to install older mods on 1.6?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Just wondering Smile
Sometimes changing the compatibality in the plugin will work fine (1.4 to 1.6)

Not advisable to do this on mods older that version 1.4
(2010-10-30, 02:20 PM)Janota Wrote: [ -> ]Sometimes changing the compatibality in the plugin will work fine (1.4 to 1.6)

Not advisable to do this on mods older that version 1.4

How do I do that?
What you do is open the .php file in a notepad.

Then find the bit that says:
"compatibility" => "14*"

and change it to

"compatibility" => "16*"


thanks to kavin who told me this
Not notepad, that'll break the file. Do it in Wordpad or Notepad++
worked fine for me when i did it in notepad....

Most of the time it will mess it up with notepad.
This will work for most 1.4 plugins but any trying it with plugins older than that will almost certainly cause problems.