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
Comment #1
loren.swendsen commented+1 Following
Comment #2
avpadernoComment #3
astonvictor commentedD7 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.