Profile Comments
-
Would it be possible to add the wp comments to profiles?
Also, what is the easiest way to get xprofile field data?
I ended up doing something messy like this:
switch ($_SERVER['SERVER_NAME']) {
case ‘localdomain.lh’:
$field_id = ’1432′;
break;
default:
$field_id = ’1678′;
break;
}
$field = new BP_XProfile_Field( $field_id, $user_id );
echo ($field->data->value);
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.