hmm, there's no best way I'm afraid, as using the member api to retrieve all member info will be an expensive db operation. I've once done a project which required to fetch a list of members in a dashboard control and just build the sql query myself to get the data out the database. It's not that pretty a solution, but did require only a single db call. I'll check out tonight if I can find that piece of code...
I could just create a document type which is members and then let someone enter all the details but it would be more neat to let the members enter their details to their member account.
List of Members
I need to make a list over all the members in my Umbraco installation.
I also need to create additional properties for all the members such as Age, address, Title, Job etc. and fetch it to this list.
What is the best way to do this?
hmm, there's no best way I'm afraid, as using the member api to retrieve all member info will be an expensive db operation. I've once done a project which required to fetch a list of members in a dashboard control and just build the sql query myself to get the data out the database. It's not that pretty a solution, but did require only a single db call. I'll check out tonight if I can find that piece of code...
Keeping you posted.
Cheers,
/Dirk
Thanks, Dirk.
I could just create a document type which is members and then let someone enter all the details but it would be more neat to let the members enter their details to their member account.
is working on a reply...