• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

birdsafe
#1 Posted : Monday, June 25, 2007 11:43:29 AM(UTC)
birdsafe

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.
Nick Alberti
#2 Posted : Monday, June 25, 2007 1:40:49 PM(UTC)
Nick Alberti

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
birdsafe
#3 Posted : Tuesday, June 26, 2007 8:13:48 AM(UTC)
birdsafe

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.
Nick Alberti
#4 Posted : Tuesday, June 26, 2007 9:03:46 AM(UTC)
Nick Alberti

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…
birdsafe
#5 Posted : Tuesday, June 26, 2007 10:12:46 AM(UTC)
birdsafe

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.

©2025 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012