I'm running drupal 7, and have installed and enabled menu_attributes rc2. I can change the menu attributes at admin/structure/menu/settings, but they do not show up in my html. Any advice? I've tried flushing all caches.

Comments

electblake’s picture

bump, same here.

attisan’s picture

seems like the default (standard) value is only inserted on node creation (not inserted for present nodes).

greets

chintan4u’s picture

Guys any update on this issue ?

chintan4u’s picture

Issue summary: View changes

added version numbers

joelpittet’s picture

Component: Miscellaneous » Code
Issue summary: View changes
Status: Active » Closed (works as designed)

@attisan you are correct, the defaults don't apply to existing menu links, they apply to newly created menu links as the default value for their creation. Not on node creation, but menu link creation which does happen at the same time in that case but semantics...

This does work as designed. I'm closing this as works as designed. You may re-open this if you feel this needs to be a different behavior. I'd recommend changing the issue to "Feature Request" and set the version to 7.x-1.x-dev.

Also, please provide details on how this feature should react to existing menu links/items with attributes already in them when the defaults change.