Closed (fixed)
Project:
Commerce Kickstart
Version:
7.x-2.14
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Sep 2012 at 07:28 UTC
Updated:
6 Aug 2015 at 05:15 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #0.0
deep-silver commentedadded code
Comment #1
zoon_unit commentedI too, wonder why there are duplicate user menus in Commerce Kickstart. It is highly confusing when moving menu blocks around. The two user menu blocks are named the same. (although their machine names differ) This also affects styling, since one menu uses CSS classes of "block-user-menu" while the other uses "block-menu-user-menu."
This seemingly unnecessary duplicate is wasteful and confusing.
Comment #2
lonehorseend commentedI'm trying to set the active trail for the "my account" menu item whenever someone is on the user path and this duplicate menu issue seems to be interfering.Never mind. Fixed my issue. But I still agree with everyone else that duplication of the user menu is confusing.
Comment #2.0
lonehorseend commentedcode
Comment #3
rootworkJust noticed this as well and it seems odd it hasn't been addressed. Ideally, I agree that the CK menu items should be added to the existing menu, not create a new one. But if it is going to create a new one, let's give it a different name, like "Commerce User Menu" or "Commerce Kickstart User Menu" to reduce confusion.
For reference, the "real" user menu (machine name: user-menu) contains two links: My account, and Log out. The CK-created user menu (machine name: menu-user-menu) contains four links: Log in, Create account, My account [disabled], and Log out.
Comment #4
lsolesen commented@rootwork Do you want to take a stab on fixing this?
Comment #5
mglamanPatch to change admin display name to "Kickstart User menu" for clarity.
Build tests: https://travis-ci.org/commerceguys/commerce_kickstart/builds/72192235
Comment #7
mglaman