Active
Project:
Node Profile
Version:
5.x-1.4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 May 2008 at 16:57 UTC
Updated:
7 Oct 2008 at 00:10 UTC
I think I must be dumb, but I am trying to figure out how I get to the specific nodeprofile from the uid.
I am creating a custom form and I need to pull a value from the db in a cck that I have designated as a profile.... The form is printed out by someone other than the nodeprofile's user.
where can i find this...?
thanks
johnvsc
Comments
Comment #1
JmsCrk commentedHi johnvsc
I've been struggling with this too - I only just saw your post.
I've discovered that nodeprofile_load('content_type', $user->uid) works sometimes - did you find a better solution?