I was wondering if there was way to add custom control to the umbraco member interface. Not for the overall area, but for the interface that comes up when you select a member. So say you enter the members area, you click on a user from the list and the right panel shows a collection of tabs. I want to add a tab with a custom .ascx control to that particular interface and get the information on the member that was selected.
Customizing the Umbraco Members Section
Hi,
I was wondering if there was way to add custom control to the umbraco member interface. Not for the overall area, but for the interface that comes up when you select a member. So say you enter the members area, you click on a user from the list and the right panel shows a collection of tabs. I want to add a tab with a custom .ascx control to that particular interface and get the information on the member that was selected.
Any suggestions on how I might go about this?
Hi Gene,
I think you might be looking to add a Data Type property (the *.ascx) onto a Member Type ?
If so Tim's post on Creating Custom Data Types using the User Control Wrapper should help.
HTH,
Hendy
is working on a reply...