Quote:
Originally Posted by Gradonil_Ral
Which doesn't work with the current vBulletin, yeah.
|
works fine for me in vB 4.1.3
all you have to do is edit this.
Code:
<dependency dependencytype="vbulletin" minversion="4.0.0 beta 4" maxversion="4.1.0 alpha 1" />
to
Code:
<dependency dependencytype="vbulletin" minversion="4.0.0 beta 4" maxversion="4.9.99" />
you could change it to 4.1.3 if you wanted but you would need to change it to the current version every time you upgraded vB.