hello, nice work guys, however a few points: in the module's js file, the menu_callback responsible for closing user alert message is hard-coded, thus if drupal is in a subdirectory the intended message close function is not reached. e.g, if drupal is in a 'drupal' directory in your localhost, the ajax request is made to http://localhost/admin/user-alert/close-message instead of http://localhost/drupal/admin/user-alert/close-message. Using Drupal.settings.basePath in you js file to build the url can overcome this; also, for the benefits of those without clean url enabled, you might want to and '?q=' to the URL. THANKS A LOT!!!

Comments

BenK’s picture

Subscribing

kevinquillen’s picture

Noted. I will get this fixed.

kevinquillen’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev

Updating version number, but will backport a change to D6 as well.

kevinquillen’s picture

Assigned: Unassigned » kevinquillen
kevinquillen’s picture

Status: Active » Fixed

This has been added to both 6.x and 7.x in the latest releases (6.x-1.6 / 7.x-1.4)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.