Copied to clipboard

Flag this post as spam?

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


  • Mark Olbert 87 posts 117 karma points
    Nov 04, 2009 @ 01:00
    Mark Olbert
    0

    Member Group Node ID?

    I'm interested in trying to use the Ultimate Picker datatype for selecting among Member Groups. To do that I need to tell Ultimate Picker what the node id of the "Member Groups" folder is. However, I can't figure out what the node ID of Member Groups is.

    Are Member Groups not stored as nodes under a node?

    - Mark

  • Josh Townson 67 posts 162 karma points
    Nov 04, 2009 @ 16:44
    Josh Townson
    0

    I came across this issue myself a few days ago, doing some work on member registration automatically to different groups, and I think the only thing I could do was to pull the id out of the db:

    SELECT [id]
    ,[text]
    FROM [dbname].[dbo].[umbracoNode]
    WHERE [text] = 'User Group'

    This code should do it in SQL (change the dbname, and the content of the text filter)

Please Sign in or register to post replies

Write your reply to:

Draft