Populating a dropdownlist doc type with members of a certain member group
Hi fellow Umbracians . I've made three membergroups for my umbraco solution. Is it possible to populate a dropdownlist with membergroup members for a specific member group.
it's possible, but don't think there's a solution available out of the box or as package. I'd look into building a new datatype that'll do exactly what you need. Could even parameterize it so you could reuse the same render control for each of the member groups.
More info on building your own datatypes can be found on the wiki, on umbraco.tv and the various umbraco blogs, just perform a g search on "umbraco datatype" and you'll get lots of pointers
Populating a dropdownlist doc type with members of a certain member group
Hi fellow Umbracians
.
I've made three membergroups for my umbraco solution. Is it possible to populate a dropdownlist with membergroup members for a specific member group.
it's possible, but don't think there's a solution available out of the box or as package. I'd look into building a new datatype that'll do exactly what you need. Could even parameterize it so you could reuse the same render control for each of the member groups.
More info on building your own datatypes can be found on the wiki, on umbraco.tv and the various umbraco blogs, just perform a g search on "umbraco datatype" and you'll get lots of pointers
Hope this helps.
Cheers,
/Dirk
Ok, thanks Dirk,.. i'l look in to it,..
is working on a reply...