Quote:
Originally Posted by Psionic Vision
What exactly did you change in the XML file?
|
I simply added this under this code highlighted in green
Code:
<product productid="psistats" active="1">
<title>psiStats 2006</title>
<description>Sophisticated forum statistics for your vBulletin board.</description>
<version>1.3.2</version>
<dependencies>
</dependencies>
<codes>
<code version="1.3.2">
<installcode><![CDATA[$db->hide_errors();
then found all instances of
Code:
<plugin active="1">
and changed to
Code:
<plugin active="1" executionorder="5">
then i added this
Code:
</settinggroup>
</options>
<helptopics>
</helptopics>
<faqentries>
</faqentries>
</product>