solved Profile _user_id

nate
@nate
11 years ago
917 posts
I have tried

profile._user_id

and profile_user_id

How do I get the user ID of the profile owner?
updated by @nate: 08/17/14 07:10:05AM
brian
@brian
11 years ago
10,149 posts
You don't. It's important to understand that there can be multiple user accounts tied to a single profile, as well as multiple profiles tied to a singe user account.

You will want to use a jrCore_list call for the jrUser module and search on the profile id - i.e.

{jrCore_list module="jrUser" profile_id=$_profile_id ...}

and loop through for each user tied to the profile.

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
nate
@nate
11 years ago
917 posts
That worked.
brian
@brian
11 years ago
10,149 posts
Natedogg265:
That worked.

Glad to hear it ;)


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
nate
@nate
11 years ago
917 posts
Thanx.

Tags