The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
trying to access custom field
In a hack I'm building I'm trying to read a member's custom field using
$userfield12 = $DB_site->query("SELECT field12 FROM userfield WHERE userid = 1343"); and then echoing $userfield12[field12] but nothing returns, if I use just $userfield12 I get "resource id #20" which is odd. What am I doing wrong? |
#2
|
||||
|
||||
use $DB_site->query_first
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|