The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I've been up all night, among the things I'm looking to figure out is how to just grab an array out of vB to use in the postbit.
It was suggested I use a plugin architecture after some fiddling earlier. But I'm still having issues, can anyone help?? <?xml version="1.0" encoding="ISO-8859-1"?> Code:
<plugins>
<plugin active="1" executionorder="5" product="vbulletin">
<title>Gamerscore in Postbit</title>
<hookname>postbit_display_start</hookname>
<![CDATA[$usersid = $this->post['userid'];
$xbl = mysql_query("SELECT userid,score FROM " . TABLE_PREFIX . "gxboxlive WHERE userid='$usersid'");
$score = mysql_fetch_array($xbl);]]>
</plugin>
</plugins>
|
|
#2
|
|||
|
|||
|
Just to check...you know you can do this in the AdminCP right?
Regarding your actual problem... PHP Code:
|
|
#3
|
|||
|
|||
|
Opserty,
I'm not sure what you mean, is there a better point and click kinda way in the AdminCP I know about profile fields, but wasnt sure how they could help in this instance. Yeah your idea did work, I was trying to put it in an array so I wouldnt have to do a DB query for each post just to get the data. But maybe I'm wrong about that. Oh and thank you very much for the help. |
|
#4
|
|||
|
|||
|
Quote:
.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|