Perhaps I missing something obvious, but it appears that content profile does not include the themed version of a field. To be clear, this is the field formatter that you would typically set via 'Display fields' in CCK. When theming a node you would access it via something like: $node['field_example'][0]['view']. When I use $content_profile->get_variables('profile'); to load the variables into a template that view element is not present on any of the CCK fields.
It sounds like this issue may be related: #614568: Please support with code to print field
Comments
Comment #1
keesee commentedAny solutions?
Comment #2
summit commentedSubscribing, greetings, Martijn
Comment #3
2phano solution yet?