Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > Editing My Account Webpart View modes: 
User avatar
Member
Member
kelements - 4/26/2011 1:12:29 PM
   
Editing My Account Webpart
I am using the my account webpart that uses tabs to the users settings. I was able to edit the layout for the alternative formcms.user/EditProfile, but where do I go to edit the "Change Password", "Notifications", "Messages" and "Subscriptions" layouts in the tabbed options in the My Account webpart?

Thanks!

User avatar
Kentico Consulting
Kentico Consulting
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