Quote:
Originally Posted by armthehomeless1
Please support vB 4.0 
|
This works in vB 4. You have to go into the product XML file and remove the minversion and maxversion fields.
Change lines 10-12 in the XML file from this:
Code:
<dependencies>
<dependency dependencytype="vbulletin" minversion="3.8.0" maxversion="3.8.99" />
</dependencies>
to this:
Code:
<dependencies>
<dependency dependencytype="vbulletin" />
</dependencies>
After doing that, you should be able to import it just fine.