I can confirm, it is working with 4.2.0 P3.
You just have to replace all occurrences of:
TYPE=MyISAM
with:
ENGINE=MyISAM
And:
<dependency dependencytype="vbulletin" minversion="4.0.8" maxversion="4.2.0 Alpha 1" />
with
<dependency dependencytype="vbulletin" minversion="4.0.8" maxversion="4.3.0 Alpha 1" />
Actually "4.3.0 Alpha 1" is wrong, I know, but I don't know better.
[EDIT]
German translation are included, but how do I install them?
|