I have it included in the page that is calling the script itself, including it in the script returns the error "headers already sent, cookies cannot be sent" but it still refuses to call the profile field for anyone, except it will show mine for everyone if I use the code below.
Code:
$text = $vbulletin->db->query_first("SELECT field17 FROM " . TABLE_PREFIX . "userfield");
$text = ($vbulletin->userinfo['field17']);
Anyone have any ideas?