Quote:
Originally posted by g-force2k2
Vinney try this query instead ::
PHP Code:
$flds = $DB_site->query_first("SELECT field5, field9 FROM userfield WHERE userid='$bbuserinfo[userid]'");
$field5 = $flds[field5];
$field9 = $flds[field9];
|
Would help if I put in the query the table it was supposed to be getting the dara from :dead:
I've changed the code vinny, $usercustomfield is the template that has the HTML code for the custom fields and is put in the main template where you want them to display.
g-force2k2's option may be more efficent though.