Direct link to edit member form including parent frame
Hello,
I'm creating an account system where members will need to be verified before they are granetd access. When a member registers from the front end, I send an email alert to the site admin so they can process the registration. In this email I would like to link directly to the new member edit form. The site admin then just has to tick a box and they have access. However... I can only seam to link to editmember.aspx?id=1234 on its own, ie not inside the parent frame. I understand that with content nodes this can be done but perhaps not with members.
My question - what would be the best approach to implement functionality like this?
Hi Anders, sorry for late reply. No I didn't get any further with this. Your solution is just what I've been looking for. However... if the user is already logged in this link only seams to go to the the member dashboard page, on refreshing the page it then goes to the member profile? Do you have this same issue?
Direct link to edit member form including parent frame
Hello,
I'm creating an account system where members will need to be verified before they are granetd access. When a member registers from the front end, I send an email alert to the site admin so they can process the registration. In this email I would like to link directly to the new member edit form. The site admin then just has to tick a box and they have access. However... I can only seam to link to editmember.aspx?id=1234 on its own, ie not inside the parent frame. I understand that with content nodes this can be done but perhaps not with members.
My question - what would be the best approach to implement functionality like this?
Many thanks
Danny
I need the exact same behaviour.
Did you find anything helpful?
I know that for contents you can use: http://www.example.com/umbraco/actions/editContent.aspx?id=1059
But i cant find nothing for members.
Anyone has a suggestion?
Got it: /umbraco/umbraco.aspx?app=member&rightAction=members/editMember&id=2225
Hi Anders, sorry for late reply. No I didn't get any further with this. Your solution is just what I've been looking for. However... if the user is already logged in this link only seams to go to the the member dashboard page, on refreshing the page it then goes to the member profile? Do you have this same issue?
Thanks for sharing!
Danny
Turns out that you need #section after the link:
/umbraco/umbraco.aspx?app=member&rightAction=members/editMember&id=2225#member
Fantastic!! Yep thats done it. Thanks Anders much appreciated
Please mark the thread as solved : )
#h5yr
Sorry - forgot! Thread well and truly solved!
Cheers
is working on a reply...