Quote:
Originally Posted by GrendelKhan{TSU
not working for me
whenever someone gets a highscore it just spits out the error:
Quote:
vBulletin Message
No Users Matched Your Query
|
|
To fix, you will need to edit the product-newpostonhighscore_eng.xml..
Find,
PHP Code:
<phrase name="setting_ibp_highscorethread_title" date="1162229290" username="chatty" version="1.0.1"><![CDATA[Highscore Thread ID]]></phrase>
Below add,
PHP Code:
<phrase name="setting_ibp_postuserid_desc" date="1162033909" username="chatty" version="1.0"><![CDATA[The User ID who makes the Highscore Post]]></phrase>
<phrase name="setting_ibp_postuserid_title" date="1162033909" username="chatty" version="1.0"><![CDATA[Post User ID]]></phrase>
Then find,
PHP Code:
<setting varname="ibp_hscore_username" displayorder="10">
<datatype>free</datatype>
<defaultvalue>ArcadeMaster</defaultvalue>
</setting>
Below add,
PHP Code:
<setting varname="ibp_postuserid" displayorder="20">
<datatype>number</datatype>
<defaultvalue>1</defaultvalue>
</setting>
Then save..
When you go into admincp options..
vBulletin Options >> IBPro Arcade Post on New Highscore..
Now you should see,,
Post User ID
The User ID who makes the Highscore Post
If your wanting it to make a new thread instead of post,,
Set your ,
Forum ID
In which Forum we create a new Thread.
Go to your,,
Plugins & Products >> Plugin System..
Uncheck, New Post on Highscore and check New Thread on Highscore ,,then Save active status...
Thats it...