Looking to update a registration form which send out an alert email, informing the site owner that a new member has registered. The email should ideally contain a link to the new member.
When tested this opens up the memberEdit.aspx page, showing the properties for the required member. But does not show the any of the other Umbacro UI panels or controls.
Is there another approach that I could use for the email link, that shows all of the Umbraco UI and the member properties.
I'm afraid it's not possible. But, do check the translation section (you know, when someone is entering text for a specific document and you want to have it translated by someone else, you can assign such a task to a 'translator' user) and see how it works there. I've done it before, but can't remember if the ui was as you'd want it to appear. It's worth a shot.
Anyway, it's probably the same issue when you're getting logged out after not being active in the backend for a while. Once logging in again, you'll get redirected to the page that's supposed to open in the right hand pane.
Query string to editMember.aspx
Hi All
Looking to update a registration form which send out an alert email, informing the site owner that a new member has registered. The email should ideally contain a link to the new member.
http://mysite/umbraco/members/editMember.aspx?id=1234
When tested this opens up the memberEdit.aspx page, showing the properties for the required member. But does not show the any of the other Umbacro UI panels or controls.
Is there another approach that I could use for the email link, that shows all of the Umbraco UI and the member properties.
Thanks
Eddie
Umbraco version: 4.0.4.2
Hi All
Just wondering if anyone could offer any adivce on these.
Thanks
Eddie
I'm afraid it's not possible. But, do check the translation section (you know, when someone is entering text for a specific document and you want to have it translated by someone else, you can assign such a task to a 'translator' user) and see how it works there. I've done it before, but can't remember if the ui was as you'd want it to appear. It's worth a shot.
Anyway, it's probably the same issue when you're getting logged out after not being active in the backend for a while. Once logging in again, you'll get redirected to the page that's supposed to open in the right hand pane.
Cheers,
/Dirk
Hi Dirk
Thanks for the pointer on the translation section.
Eddie
is working on a reply...