Quote:
Originally Posted by Sascha108
This is exactly what I was looking for, BUT I am using 3.2.8 and when I try to install I get informed that this is the wrong version for my board. Any workaround or different file known for this?
|
I'm assuming you meant 3.82 of vBulletin, not 3.28.
First, make sure you have the latest version of this add-on: version 1.27. If that still won't import, do the following:
- Open the XMIL product installer file (e.g., product-remindermail.xml).
- Near the top, around line 10, find this line:
Code:
<dependency dependencytype="vbulletin" minversion="3.7.0" maxversion="" />
- Change that line to read:
Code:
<dependency dependencytype="vbulletin" minversion="3.7.0" maxversion="3.999" />
- Save the file and try to import it again.