I have added a change to the index.php page so that IIP's version check will work with both UBB.threads 6.1 and 6.1.1
Users that have upgraded to 6.1.1 will want to make this change to their index.php file:
Find this:
code: if ($VERSION != "6.1"){ $VersionNotice = "<br /><br /><strong><span class="standouttext">Version missmatch!</span> IIP $palVersion will not work with UBB.threads™ $VERSION.</strong>"; }
and change it to this:
code: if (($VERSION != "6.1") && ($VERSION != "6.1.1")) { $VersionNotice = "<br /><br /><strong><span class="standouttext">Version missmatch!</span> IIP $palVersion will not work with UBB.threads™ $VERSION.</strong>"; }
That should do it.
Thanks goes to Billster2K for pointing this out to me. I have updated the .zip file attached to the main IIP post of this thread to include this change.
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.