Is there anyone out there having issues populating Realname from the nodes?

When I output the $node with dsm($node); , I see the realname value is there, but is returns an empty value with the code below:

$node_title = $node->title;
$seller     = $node->realname;
$details    = $node->field_desc[0]['value'];
$node_field[0]['value'] = 'Title: ' . $node_title . ' | Seller: ' . $seller . ' | Details: ' . $details;

Any ideas?

Thanks,

Comments

Moonshine’s picture

Category: bug » support

Doesn't sound like "realname" is CCK field or core node value here, maybe something attached by another module? In any event if you can see it in $node then it sounds like just a problem referencing it. Moving to support where there are more eyeballs.

mmjvb’s picture

Issue summary: View changes
Status: Active » Closed (outdated)