Just a quick update for when you're ready to upgrade to MyBB 1.6.5.
Almost all of MyNetwork's modules and features will work with 1.6.5 without any changes. The only exception is Custom Post Reputation, where only a minor edit needs to be done.
If you're using Custom Post Reputation, open ./inc/network/core/m_custompostrep.php and, on line 537, find:
Code:
function custompostrep_postbit($post)
and replace it with
Code:
function custompostrep_postbit(&$post)
After that, you're done!
If you experience any difficulties with MyNetwork and MyBB 1.6.5 please report them!
For those using
Profile Comments, there is an update for you too. Please see my post on
updating Profile Comments to work with Firefox/Chrome. For an unreleased beta, it's certainly proving popular - so thanks to everyone who is taking the time to test it!
One last update, I'm extremely busy at the moment with other projects and so Profile System beta 3 (and a fresh new look for Xekko!) is coming on more slowly than I'd hoped. In the mean time though, keep using and reporting!
Thanks!
Tomm