Copied to clipboard

Flag this post as spam?

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


  • Luis 3 posts 32 karma points
    Aug 26, 2009 @ 15:49
    Luis
    0

    What is the difference between Member Groups and Member Types

    I am trying to understand teh difference between Member Groups and Member Types...I have looked throught the documentation and I cannot seem to find anything about it....

    Thanks

     

  • Dirk De Grave 4541 posts 6021 karma points MVP 3x admin c-trib
    Aug 26, 2009 @ 16:00
    Dirk De Grave
    102

    Hi Luis,

     

    Member groups = member roles (as in asp.net membership roles)

    member types = member data (hierarchical structure defining data properties for a member)

     

    For example: one may have a Person member type (holding properties such as name, age) and a bunch of derived member types which each define their own specific properties but all have name and age property inherited from the Person member type.

     

    Hope this helps clarifying a bit.

     

    Cheers,

    /Dirk

  • Luis 3 posts 32 karma points
    Aug 26, 2009 @ 16:06
    Luis
    0

    Thanks for your quick response, appreciate it! That clarifies a lot!,

     

    Now what are the tabs for in the member types? Are they to be rendered in some sort of widget to edit the profile?

     

    Thanks Again

     

    Luis

  • SiKo279 82 posts 238 karma points
    Sep 22, 2009 @ 07:22
    SiKo279
    0

    Anyone?

  • Andria Duncan 14 posts 36 karma points
    Jun 14, 2010 @ 16:26
    Andria Duncan
    0

    I'd like to know the answer to that as well, but the thing I most want to know is about that inheritance thing -- how does that happen?  I have a member type "registered user", and I'd like to make another called "webmaster", but how do I get all the info from the registered user member type into the webmaster member type (along with properties defined just for the webmaster type, like URL of website, type of website, etc).

    Also, is there any easy way to automatically promote the user to webmaster type based on answering "yes" to "Are you a webmaster?" or if they fill in the "URL" blank?  Bear in mind, I am no programmer of any kind, and have been looking at/playing with ASP.NET for only about a month, so if making that sort of conditional requires actual programming on my part, then I wouldn't consider that an easy thing to do -- depending on how complex the code for it might be.

    Thx!

    Andria

Please Sign in or register to post replies

Write your reply to:

Draft