kentico_borisp
-
4/26/2011 2:52:37 PM
RE:Editing My Account Webpart
Hello,
Regrettably, this is a bit more complicated, since the other "tabs" are displayed differently. All the mentioned tabs are user controls:
1) The change password tab user control is located in the ~/CMSAdminControls\UI\ChangePassword.ascx file.
2) For notifications please see the ~/CMSModules/Notifications/Controls/UserNotifications.ascx file.
3) For messages check out the ~/CMSModules/Messaging/Controls/MyMessages.ascx file.
4) And for subscriptions see the ~/CMSModules/Membership/Controls/Subscriptions.ascx file.
For more information on how the MyAccount web part is initialized please check the code file of this web part and it's SetupControl() method (~\CMSWebParts\Membership\Profile\MyAccount.ascx.cs).
Best regards, Boris Pocatko
|