Active
Project:
Content Profile
Version:
6.x-1.0
Component:
Base module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Apr 2010 at 23:56 UTC
Updated:
27 Apr 2010 at 17:32 UTC
I have a CCK field in the content profile content type called field_firstname. I'd like to print that out as part of a PHP statement. I tried:
<?php $node = content_profile_load('uprofile', $account_id); ?><?php print check_plain($node->field_firstname[0]['value']); ?>
but that doesn't seem to work. What should I be doing differently.
Comments
Comment #1
Lloyd commentedAnyone?