Is there any plugin for this for VB 8? I'm getting this error when I attempt to install this on the latest version:
Quote:
This product is not compatible with version 3.8.4 of vBulletin. (Compatible starting with 3.7.0 / Incompatible with 3.7.99 and greater)
|
EDIT:
You can force an install by removing this from the XML code:
Quote:
<dependencies>
<dependency dependencytype="vbulletin" minversion="3.7.0" maxversion="3.7.99" />
</dependencies>
|
Though I am not sure if this is allowed to do so.