Looks like you've done excellent work! How well does the package work with the native asp.net sqlprovider? I noticed a nice performance improvement over using the umbraco tables. I have implemented members,roles & profiles tables using the traditional ASP.NET providers
Hi Phil, thanks for your nice remarks - I'm happy you find the Member Admin package useful. There is partial support for Membership providers (if you use it in your Umbraco installation), but I have not tested it thoroughly. I'll be happy to hear about any shortcomings - you are obviously also welcome to get the sources in case you'll do some investigations
Search members by custom properties
I'm adding options to search on properties for the different member types.
Any other requests while I'm at it ... ?
>Tommy
... currently not planning any extensive membership/examine support, unless I get "complaints" about it.
A new version 0.2 of the member Admin package including search on custom member type fields now uploaded.
Would like to improve GUI and display extra info in search results... lets see.
Hi Tommy,
Looks like you've done excellent work! How well does the package work with the native asp.net sqlprovider? I noticed a nice performance improvement over using the umbraco tables. I have implemented members,roles & profiles tables using the traditional ASP.NET providers
Hi Phil, thanks for your nice remarks - I'm happy you find the Member Admin package useful. There is partial support for Membership providers (if you use it in your Umbraco installation), but I have not tested it thoroughly. I'll be happy to hear about any shortcomings - you are obviously also welcome to get the sources in case you'll do some investigations
>Tommy
with umbraco 7.x you can use method
GetMembersByPropertyValue("propertyalias", "value");
Returns all Members, of any type, with a mathcing value in the property with the given property alias
is working on a reply...