Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi!
Ive created a usercontrol that i display in the members sextion in the backend.
Im listing the latest logged in members and now I want to open a member when the name is clicked.
How can I achieve this?
Hi Froad.
I assume you mean you are creating a dashboard control? One simple way to this could be to just redirect the right hand iFrame to:
/umbraco/members/editMember.aspx?id=1089
Passing it the ID of the member to edit. I don't think this will update the menu though, so you may need to find the relevant javascript for that too.
Matt
Ok, Thank you!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Open Member from usercontrol
Hi!
Ive created a usercontrol that i display in the members sextion in the backend.
Im listing the latest logged in members and now I want to open a member when the name is clicked.
How can I achieve this?
Hi Froad.
I assume you mean you are creating a dashboard control? One simple way to this could be to just redirect the right hand iFrame to:
Passing it the ID of the member to edit. I don't think this will update the menu though, so you may need to find the relevant javascript for that too.
Matt
Ok, Thank you!
is working on a reply...