Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Peter Cort Larsen 421 posts 1038 karma points
    Jan 19, 2015 @ 14:29
    Peter Cort Larsen
    0

    Members and supermembers

    Hi,

    I have secured pages for members where they can edit their profile and various other pages with settings.
    I need to be to have a superadmin member, where to x number of members can be attached.

    When loggin in the superadmin, he gets read/write access to the member profiles assigned to him.


    Anyone have done something like this? Maybe have some code/ideas how to linjk the superadmin with members?

    Its for 7.1.6 solution.

    Thanks.

  • John C Scott 473 posts 1183 karma points
    Jan 19, 2015 @ 15:52
    John C Scott
    0

    I have done similar to this before. We had a "admin for" property that was a member picker property on the member type for the "super member"

    So then you can list the members the super member can edit and also validate edits against the property.

    Could that work for you?

  • Alex Skrypnyk 6148 posts 24077 karma points MVP 8x admin c-trib
    Jan 19, 2015 @ 15:57
    Alex Skrypnyk
    0

    Hi Peter,

    Interesting issue )) I'm seeing few solutions.

    1. Create 2 member types, superAdmin and admin, for superAdmin add property with Multiple Member Picker datatype. Where you will able to check manageable members. At site you have to do some checking, are you having permissions to change current member profile or not.

    2. Create some custom control and table at the SQL database with dependencies for members and superMembers.

    Thanks, Alexander

  • Peter Cort Larsen 421 posts 1038 karma points
    Jan 19, 2015 @ 16:48
    Peter Cort Larsen
    0

    Hi John,

     

    Yes that sounds perfect and much like Alex describes.

    The Umbraco.MultiNodeTreePicker should give me the possibility of choosing multiple members.

    Did you do your solution it on Umbraco 7+?

  • John C Scott 473 posts 1183 karma points
    Jan 19, 2015 @ 17:24
    John C Scott
    0

    Yes - the MNTP was what we used for this purpose. From memory I think it was a v6.1.4 site. But the principal should be much the same.

  • Peter Cort Larsen 421 posts 1038 karma points
    Jan 19, 2015 @ 20:22
    Peter Cort Larsen
    0

    Yes, i think the principle is thesame. Thanks.

  • Peter Cort Larsen 421 posts 1038 karma points
    Jan 20, 2015 @ 14:31
    Peter Cort Larsen
    0

    Hi,

    i now have my admin member, when loggedin he can see a list of the members assigned to him.

    But how to let this admin edit other members profile data, any ideas?

     

  • Peter Cort Larsen 421 posts 1038 karma points
    Jan 22, 2015 @ 12:39
    Peter Cort Larsen
    0

    Hi Alex,

    You write this: At site you have to do some checking, are you having permissions to change current member profile or not.

    Can you help here? I cant figure out how to edit a member profile when logged in as a super member (just a member from a different Member Group)

  • Peter Cort Larsen 421 posts 1038 karma points
    Jan 22, 2015 @ 14:47
    Peter Cort Larsen
    0

    Never mind i found a solution

Please Sign in or register to post replies

Write your reply to:

Draft