Actually, what Scott is telling you is to add a new module which has the View control points to the ASCX file in Admin/Users that renders the user list.
I tried this before but it (seems to) have a problem with access permission. I don't remember clearly because it's quite a long time now.
Anyway, here are the steps you should do:
- Go to Module Definitions
- Add New Module Definition
- Enter "User Directory" in the Name and Directory boxes
- Add new definition for the module
- Click "Add Control". In the Type list, choose View. In the file location, choose "Admin/Users/whatever.ascx" (the file that renders the User List, I don't remember)
And that's it, you can now add that module to a page.
Let me know if it works like expected.
P.S: you should check out the free Effority User Directory (see DNN Forge)
|