Hi All,

I have a menu that I use for certain roles which is a Nice Menu. The menu has the following menu items...

Menu Link Title = My Account
Menu Path = user

Menu Link Title = Logout
Menu Path = user/logout

When the menu is generated, the <A> tag is missing the text like so...

<li><a href="/user"></a></li>
and
<li><a href="/user/logout"></a></li>

...which makes the links invisible to the user. If I replace the relative URLs with absolute URLs it works fine though.

<li><a href="http://www.example.com/user">My Account</a></li>
and
<li><a href="http://www.example.com/user/logout">Logout</a></li>

Using...

  • Nice Menus 7.x-2.1
  • drupal 7.12

Thanks for reading,
-Tim

Comments

loren.swendsen’s picture

+1 Following

avpaderno’s picture

Version: 7.x-2.1 » 7.x-2.x-dev
Issue summary: View changes
astonvictor’s picture

Status: Active » Closed (outdated)

D7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.

Now that this issue is closed, please review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, please credit people who helped resolve this issue.