Copied to clipboard

Flag this post as spam?

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


  • Sebastian Dammark 583 posts 1407 karma points
    Apr 13, 2011 @ 14:33
    Sebastian Dammark
    0

    How do I get the member structure ?

    On a page I need to show members of a certain group.

    What kind of datatype / package can I use for this scenario ?

  • Dirk De Grave 4541 posts 6021 karma points MVP 3x admin c-trib
    Apr 13, 2011 @ 14:50
    Dirk De Grave
    0

    Backend? Frontend? 

    If front end, you can use the membership api to return all members that have a specific role (=membergroup)

    If backend, I'm afraid there's no package except for the built-in member picker datatype, which unfortunately lists all members, regardless of their roles. But it shouldn't be a big issue to create a datatype similar to the built-in one to list all members with a specific role. (Can even use a configuration so the role can be selected when creating a datatype)

     

    Cheers,

    /Dirk

  • Sebastian Dammark 583 posts 1407 karma points
    Apr 13, 2011 @ 15:34
    Sebastian Dammark
    0

    Hi Dirk

    Thanx for the advice, but my .NET skills are more or less none existing, hence the XSLT group ;)
    I was hoping for some kinda Member Group Picker that would give me the XML structure for the members in the selected group.

    // Sebastian

  • david 46 posts 81 karma points
    Apr 13, 2011 @ 16:15
    david
    0

    well not really understanding exactly what you want, i went ahead and clicked on the projects link. Then i clicked on the browsing the projects tag cloud. i saw these packages, maybe they're what you need...

    http://our.umbraco.org/projects/backoffice-extensions/dashboardcontrol-filter-members-by-groups,-umbraco-v4

    http://our.umbraco.org/projects/backoffice-extensions/filtered-member-picker

    Both seem to show members of a certain group

     

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies