Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Profile values in search/edit user in admin, possible?

Vote:
 

Hi all,

I have extended the normal episerveruser with some profilevalues for a extranet user. The problem is, is it possible to display the profile fields and values in search/edit user in admin?

Using CMS 6 if thats any help.

Thanks
Jesper

#45285
Nov 04, 2010 11:13
Vote:
 

You can create a plugin and place it in the PluginArea.SidSettingsArea (an ascx decorated with the attribute [GuiPlugIn(Description = "Edit user profile", Area = PlugInArea.SidSettingsArea, Url = "~/plugin/ProfileEditor.ascx")] etc).

I have created such a plugin that takes configuration in web.config so that you can configure what fields show up (you might want to use profile values that don't show) and how they are displayed (using different implementations of an editor interface). I might blog it later if I find the time.

#45289
Nov 04, 2010 11:36
Vote:
 

Ok, I will blog it later today :)

#45299
Nov 04, 2010 12:18
Vote:
 

Ok really nice, looking forward to read your blog then :)
Thanks magnus!

#45301
Nov 04, 2010 13:00
Vote:
 
#45371
Nov 04, 2010 16:34
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.