The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
Need help finishing...
The score grabbing works, but now I need the the values in the "gscore,sscore,hscore and rscore" fields
So far, they return: gscore sscore hscore rscore I am not sure what type of field they should be (I have them set as INT), and they are a point value, with gscore being 4 and sscore being 1... This code is what needs to be modified to get the value (everything else works) Code:
$score = $DB_site->query_first("SELECT '$whichscore' FROM *tablename*_questions WHERE qid='$theqid'"); if ($bbuserinfo['usergroupid']==2) { $DB_site->query("UPDATE user SET question1='$theqid',score1='$score[$whichscore]' WHERE userid='$bbuserinfo[userid]'"); } Satan |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|