Quote:
Originally Posted by Alan_SP
Does this extremely useful mod still works on vB4.2.2 and 4.2.3b? I see that there needs some lines of code to be modified.
How it works for you? I'm thinking about upgrading to 4.2.2 and this is important mod for my site.
|
This still works great as of 4.2.3 b4.
Install the mod, install the patch (opening post), and then the one small change below.
ndahiya
Quote:
Originally Posted by RavenDust
You could alway do the (kind of) right thing and do something like
Code:
// double output buffering does some weird things, so turn it off
define('CVS_REVISION', '$RCSfile$ - $Revision: 146 $');
define('NOZIP', 1);
$vbulletin = new stdClass();
$vbulletin->nozip = true;
That way you retain the original function of the code, but disable the warning. At least for php 5.4. I mean, this worked fine on my server. No guarantees^^
|