Quote:
Originally Posted by zCarot
try to change this string at .xml file:
PHP Code:
<dependencies>
<dependency dependencytype="vbulletin" minversion="3.5.999" maxversion="3.8.999" />
</dependencies>
to
PHP Code:
<dependencies>
<dependency dependencytype="vbulletin" minversion="3.5.999" maxversion="4.0.999" />
</dependencies>
Sorry, but I have no time for updating this mod to 4.x and even for testing it.
|
I can confirm that using this edit also works for 4.0.2
Thanks!