My client need to confirm new registered resellers on her page. I have implemented this as members.
When the new reseller registers I want to send a mail to my client containing a link to the newly created member node where she can activate it so it shows up on the reseller page.
Seems like a hassle tho, she'll have to click her way then. Direct linking to content nodes seemed easy, so thought this was just a url hack. Well well.
Deeplinking to a member in the backend
Hey guys!
My client need to confirm new registered resellers on her page. I have implemented this as members.
When the new reseller registers I want to send a mail to my client containing a link to the newly created member node where she can activate it so it shows up on the reseller page.
How do I deeplink into the Members section?
Thanks
/Hannes
Deeplinking in the backend is hard, but it's possible. It's done with MNTP and DAMP. Have a look at this topic: http://our.umbraco.org/forum/developers/extending-umbraco/11059-Deeplink-Umbraco-backend?p=1#comment46521.
Jeroen
Hi. You can use various static events of the Member class (umbraco.cms.businesslogic.member.Member). For example:
Ok thanks!
Seems like a hassle tho, she'll have to click her way then.
Direct linking to content nodes seemed easy, so thought this was just a url hack. Well well.
/Hannes
is working on a reply...