I send a little patch to support path with alias into the href parent menu --> /node/xx to /my-alias

Hope this helps.

CommentFileSizeAuthor
support_alias_path.patch717 bytes7thkey
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

anrikun’s picture

Category: feature » support
Status: Needs review » Active

Your patch should not necessary. It should work the way you want as is.

7thkey’s picture

Hi there,

sorry to disagree but it doesn't work on my situation. Im currently using a multilingual site with superfish menu and it seems that the parent menu does not print the alias version of the url.
Maybe I have to configure anything else?

anrikun’s picture

Isn't this related to #1125396: Problem with Superfish ? then?

7thkey’s picture

I've found that this is not a problem with superfish and I get the same result using a simple main menu block. I have to mention that only happens when you are in the origin language of the web. In this case, english is my source language.

anrikun’s picture

Read http://drupal.org/node/794542#comment-4317948
Does it apply to your case?

7thkey’s picture

I've checked the entire issue and I think it has nothing to do with my case. I already had installed the i18n_menu and I made sure not to use neutral languages in ​​menu entries.

Looking forward.

anrikun’s picture

I'm afraid this has to do with i18n_menu that has many issues.

I had posted a patch about this but it still needs work (even if patch works in my situation).
See #1608236: Several WTFs/bugs in i18n_menu.module

Meanwhile, I guess you should use your patch if it works for you, but I can't commit it (even if I really appreciate your effort) because the real fix should be in i18_menu instead.