Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi.
I would like to output availalbe member groups using SQL Dropdown. Does anybody in the world know appropriate SQL query?
Or suggest another way of showing the groups (the sql dropdown is not required).
How about the following? I believe the node type GUID is always the same for Member Groups so it should be safe across different Umbraco instances:
SELECT [text] FROM [umbracoNode] WHERE [nodeObjectType] = '366E63B9-880F-4E13-A61C-98069B029728'
Perfect, Dan! It works, thank you!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
List member groups in the backoffice.
Hi.
I would like to output availalbe member groups using SQL Dropdown. Does anybody in the world know appropriate SQL query?
Or suggest another way of showing the groups (the sql dropdown is not required).
How about the following? I believe the node type GUID is always the same for Member Groups so it should be safe across different Umbraco instances:
Perfect, Dan! It works, thank you!
is working on a reply...