This actually works just fine on VB4, you just have to edit the XML file to allow it to install.
Download the mod, open the XML file in notepad or another text editor.
Find the line:
<dependency dependencytype="vbulletin" minversion="3.6.0" maxversion="4.0.0 alpha 1" />
It will be near the top...
Then simply change the max version to 4.9.9:
<dependency dependencytype="vbulletin" minversion="3.6.0" maxversion="4.9.9" />
It will now install and work.
|