Copied to clipboard

Flag this post as spam?

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


  • Daniel Horn 319 posts 344 karma points
    Dec 02, 2009 @ 15:18
    Daniel Horn
    0

    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?

  • Dirk De Grave 4541 posts 6021 karma points MVP 3x admin c-trib
    Dec 02, 2009 @ 15:38
    Dirk De Grave
    0

    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

  • Daniel Horn 319 posts 344 karma points
    Dec 02, 2009 @ 17:51
    Daniel Horn
    0

    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.

     

Please Sign in or register to post replies

Write your reply to:

Draft