accountmenu 7.x-1.0

Bug fixes
New features
  • Refactor with hook_preprocess_links() and hook_preprocess_menu_link().
  • Add some help text when editing the menu item that can take the @name and @realname tokens.
  • Improve cleanup when uninstalling the module.
  • Add the configure link to the accountmenu.info file
  • Add a hook to allow other modules to customize their login links
  • Prevent an Undefined Property warning.

accountmenu 7.x-1.0-alpha2

Bug fixes

* Issue #621942 by John Franklin: Reword the login/create account link to only say login.
* Restore some module code that was accidentally removed while cleaning out debug code.

accountmenu 7.x-1.0-alpha1

New features

A first cut at the 7.x port. Functionally identical to the 6.x-1.9 release.

accountmenu 6.x-1.8

New features

Add @name and @realname replacement tokens to block title

accountmenu 6.x-1.6

New features

Add a separate "Register" link to go directly to the register page, this is initially disabled to keep things the same. To show this link, enable it at admin/build/menu, then edit the "Login/Create new account" link title to just "Login" to reflect the separate dedicate link.

accountmenu 6.x-1.4

Bug fixes

If the user is on 'user/password' or 'user/register' pages and click the login link, we don't send them back there. Instead, send them to the front page. Otherwise, they can't login from those page.

accountmenu 6.x-1.2

Bug fixes

Fix a problem with realname, I need to fully load the $user object to get the realname value populated.

Subscribe with RSS Subscribe to Releases for Account menu