Doesn't matter if I echo it directly or use it in a template. It's for testing purposes only.
As I said, once I see that the variable is not
empty, I will use it for a condition in the plugin.
$bbuserinfo[field44] does not work in the plugin.
--------------- Added [DATE]1216494701[/DATE] at [TIME]1216494701[/TIME] ---------------
Take for example this plugin code:
PHP Code:
if ($bbuserinfo['field44']){
echo "OUTPUT: ";
echo $bbuserinfo['field44'];
}
The if condition is not executed, because something's not right with the bbuserinfo variable.