Rank: Member
Joined: 2/21/2007(UTC) Posts: 1,113
|
I have a Content Block on my Account Pages (Order History, Change Email, etc.) that shows a group of links:
Address Book Wish List Order History Mailing Lists Change Email Change Password
How can I edit this list? When I call up the System Account Pages under Content Columns - this Column does not show up. |
|
|
|
|
Rank: Member
Joined: 9/27/2004(UTC) Posts: 1,099
|
Hello Joe.
Unfortunately, you cannot edit this menu from the administrative area. We had to add some logic to this menu that hides/displays certain links depending on the user logged into the system.
What changes are you looking to make to this menu? You can modify the code under Controls > MyAccountMenu.ascx |
|
|
|
|
Rank: Member
Joined: 2/21/2007(UTC) Posts: 1,113
|
Thanks Nick,
I'm looking to delete the Mailing List -- I'm using an external package so I need to get rid of the link. I'll see about modifying the page directly. |
|
|
|
|
Rank: Member
Joined: 9/27/2004(UTC) Posts: 1,099
|
Hello Joe. Open MyAccountMenu.ascx.vb. Add a single quote before the following line: Code:lstMyAccountMenu.InnerHtml += "<li><A href=""MyAccount_MailingLists.aspx"">" & Content.SiteTerms.GetTerm("MailingLists") & "</A></li>" Save your changes… |
|
|
|
|
Rank: Member
Joined: 2/21/2007(UTC) Posts: 1,113
|
Thanks Nick! Exactly what I am looking for. |
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.