Developer forum

Forum » Development » Expand the Add User Page

Expand the Add User Page

Lanzo van Slooten
Reply

I want to expand the standard Add user page with some extra textboxes and a button that gets info from my back office.

I see the following solutions:
  1. Create my own AddUser from scratch
    • But how can I change the configuration of DW that is uses my page when a user wants to add a user
    2. Overide the edituser page
  • But how can I change the configuration of DW that is uses my page when a user wants to add a user
  • Where can I find a good example to this?? I get a NullReference exception when I open my page.

Which solution should I choose or is there a better way to do this?

Kind regards,
Lanzo van Slooten

Replies

 
Morten Bengtson
Reply
This post has been marked as an answer
Hi Lanzo,

You can add extra textboxes in Management Center > Control Panel > Modules > User Management > Edit custom fields

If you want to extend the interface on the "Edit user" page in User Management, you can do that by adding buttons (and anything else you want) to the ribbon bar. You need to use the target Dynamicweb.Controls.Extensibility.RibbonBarAddInTarget.UserManagement.UserEdit

For details about how to extend the interface, you should read the document "Dynamicweb Ribbon Extensibility": http://developer.dynamicweb-cms.com/downloads/documentation.aspx
Votes for this answer: 0

 

You must be logged in to post in the forum