Posted by Sharique on February 28, 2008 at 7:47pm
| Project: | Node Profile |
| Version: | 5.x-1.3 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
I'm trying to call node profile fields in profile page
I have put this code
<?php
print $node->content['nodeprofile']['#children'];
?>But it doesn't work
--
Sharique