Managing power users

alt=
DannyA
@dannya
8 years ago
584 posts
Is there a way to see all of the profiles linked to an account?
If so, how can you determine the default profile?
How can you set which other quota profiles are displayed on a main profile of a power user?

e.g. I have a quota (manager) that can create different types of profiles (labels, artists). -I want to know which profiles this user is linked to.
-Some profile is his manager profile. How can I tell which is the MAIN profile for the account?
- How can I determine which of his linked profiles are listed in his main profile?
updated by @dannya: 03/12/17 04:16:15PM
brian
@brian
8 years ago
10,148 posts
Yes - you can see the profiles a user is linked to in their "Account Settings" section - in the Admin section it will show you all the profiles they are linked to (with a checkbox to unlink them if you want). The default profile I believe is the first one, but will also be the profile that shows in the Data Browser (Dashboard -> Data Browser -> Profiles).

Let me know if that helps.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
alt=
DannyA
@dannya
8 years ago
584 posts
Can you post a screen shot? I'm not seeing this in the account settings.
The only thing I see is the master admin setting. That seems to show the account type but not the linked profiles (screenshot attached)
master admin.JPG.jpg

alt=
DannyA
@dannya
8 years ago
584 posts
I would also love to see the reverse. To look at a profile and see which accounts are linked to it.
SteveX
SteveX
@ultrajam
8 years ago
2,584 posts
jrProfile_get_owner_info will return an array of the profile owners.

You can use it in a template like this:

{$_owners = jrProfile_get_owner_info($_profile_id)}
{foreach $_owners as $owner}
    {$owner.user_name}<br>
{/foreach}



--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)
SteveX
SteveX
@ultrajam
8 years ago
2,584 posts
The $owner array will contain user data like this:
Quote: _created => "1456233333"
_profile_id => "1076"
_updated => "1475156456"
_user_id => 77
user_active => "1"
user_email => "stevex@blah.com"
user_group => "user"
user_image_extension => "jpg"
user_image_height => "768"
user_image_name => "user_image.jpg"
user_image_size => "33658"
user_image_time => "1464777777"
user_image_type => "image/jpeg"
user_image_width => "1164"
user_jrGoogleAnalytics_cid => "6786786768-262c-4d5a-926b-sdfgsdfg"
user_jrTips_enabled => "on"
user_language => "en-US"
user_last_login => "1475147751"
user_name => "SteveX"
user_validate => "4e94d345345e232343242435"
user_validated => "1"



--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)
alt=
DannyA
@dannya
8 years ago
584 posts
brian:
Yes - you can see the profiles a user is linked to in their "Account Settings" section - in the Admin section it will show you all the profiles they are linked to (with a checkbox to unlink them if you want). The default profile I believe is the first one, but will also be the profile that shows in the Data Browser (Dashboard -> Data Browser -> Profiles).

Let me know if that helps.

Can you post a screen shot? I'm not seeing this in the account settings.
The only thing I see is the master admin setting. That seems to show the account type but not the linked profiles.
brian
@brian
8 years ago
10,148 posts
Here's what I see.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
alt=
DannyA
@dannya
8 years ago
584 posts
Hmm. I'm not seeing the additional profiles (see attached)

Is there something that controls who sees that? I am logged in as admin so I assume I should see it. How would I troubleshoot it?
master admin.JPG.jpg

brian
@brian
8 years ago
10,148 posts
It only shows to MASTER admins - not regular admins.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
alt=
DannyA
@dannya
8 years ago
584 posts
I am logged in as master admin. (the screenshot i sent was looking at another account, trying to see what profiles are linked to it). But even as master admin, not seeing profiles linked. Not sure how to troubleshoot. Is this from a recent update?
brian
@brian
8 years ago
10,148 posts
DannyA:
?

Sorry for overlooking your follow up. This is not related to a recent update, but is functionality that has been there for a very long time.

Are you sure the user account has been associated with the profiles?


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
alt=
DannyA
@dannya
8 years ago
584 posts
Yep. That was the issue.

Just as a final feedback, maybe in the "select profile" page, the main profile should have some kind of indicator. This concept of main profile is a bit obscure when you have a power user. Making it easy to identify the main profile would be helpful.

It would also help if there was a way to switch default profile. (make default) button or something.
updated by @dannya: 12/03/16 12:59:30PM
brian
@brian
8 years ago
10,148 posts
In the "Your Profiles" option in the User Menu, the Home Profile is always the first one - we can look at highlighting that one.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
alt=
DannyA
@dannya
8 years ago
584 posts
Highligting might help. Or a just a star or something. But more important would be the "set as default profile function".

Tags