Copied to clipboard

Flag this post as spam?

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


  • mike_h 25 posts 49 karma points
    Jun 08, 2009 @ 15:32
    mike_h
    0

    Extending MemberGroups

    Hi,

    I'm extending the MemberGroups admin as I need to add some extra properties such as main group contact email address.

    I've already added a custom usercontrol to replace the existing functionality for the EditMemberGroup usercontrol and updated the treeHandlerType in the umbracoAppTree table.

    My dilemma is where should I store the extra properties that I will add to the member group, it would be nice to add the properties to the existing umbraco tables.

    I can see that the Member Groups are stored in the umbracoNode tables, can I then use something along the lines of

    [code]Dim doc As umbraco.cms.businesslogic.web.Document = New umbraco.cms.businesslogic.web.Document(_memberGroup.Id)[/code]

    to add a new property dynamically, if so how can I do this ?

    Thanks,

    Mike

Please Sign in or register to post replies

Write your reply to:

Draft