Quote:
Originally Posted by djbaxter
1. Find and edit product-post_thanks.xml as follows:
2. FIND around line 15:
Code:
<dependency dependencytype="vbulletin" minversion="4.0.0 beta 4" maxversion="4.1.0 alpha 1" />
3. CHANGE the last part to maxversion="4.1.99" so it now looks like:
Code:
<dependency dependencytype="vbulletin" minversion="4.0.0 beta 4" maxversion="4.1.99" />
4. SAVE.
5. IMPORT product-post_thanks.xml in Add Product.
|
Quote:
Originally Posted by cyberchief
There is coding in the xml that s"tates the version it is good for. Open the xml in notepad, find/change the: "maxversion=4.1.0" to "maxversion=4.2.0"
|
Thank you guys. I should have looked back a little more than I did but again thank you.