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
Comment #1
BenK commentedSubscribing
Comment #2
kevinquillen commentedNoted. I will get this fixed.
Comment #3
kevinquillen commentedUpdating version number, but will backport a change to D6 as well.
Comment #4
kevinquillen commentedComment #5
kevinquillen commentedThis has been added to both 6.x and 7.x in the latest releases (6.x-1.6 / 7.x-1.4)