Developer forum

Forum » Templates » How do you display a list of users from the usermodule?

How do you display a list of users from the usermodule?


Reply


Hi
 

I would like to display a list of users from a specific subgroup in the usermodule, and by clicking the name of a user showing the detailed user information.

I've tried to use the datalist module and selected the table "AccessUser" but this returns users from all groups from the usermodule.
How do I display only a specific subgroup and is this the right way to do it.


Replies

 
Nicolai Høeg Pedersen
Reply
You could use the frontend of user management module:
http://manual.net.dynamicweb.dk/Dynamicweb-On-line-Manual/Modules/Extranet,-Extended/Paragraph-settings.aspx

It does all of that including creating and editing user profiles.

If you want to use datamanagement, add a condition on your view where you set AccessUserGroups to contain @123@ where 123 is the ID of the user group from which you want your users.
 
Reply
thanks 

 

You must be logged in to post in the forum