Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
231.4 KB
MD5: 0ce8533a43cbaf55b46879f76ab03d5c
SHA-1: 266dc4815e4116502d80f2a1f4858ec3bd74c57c
SHA-256: 1d9a2c228ba361b4ecb46dcb9b9c6920e474c2b5e122238b4d5c60d8bfb7b520
Download zip
235.79 KB
MD5: 42c4d214c22040fbf2b6dc19e44758da
SHA-1: 787e583f98be0a40573587fabd968a58e6e3cfae
SHA-256: 712e0cf8a8f6f5316d56bc55e5229a590e9c997b5982ab3c3a045f03d4f74bf9
Release notes
Achievements 7.x-1.2, 2011-09-07
--------------------------------
* Achievement unlock notifications are now JS fadeins and offline-able.
* We no longer use drupal_set_message() to inform of an unlock.
* A new achievement-notification.tpl.php controls the appearance.
* Unlock notifications now fade in and out at the window's bottom right.
* We now track whether a user has seen an achievement unlock notification.
* If they haven't, they will the next time they login or access the site.
* Leaderboard top rank counts can now be tweaked in the relevant configs.
* This is in preparation for "relative leaderboards" planned for 7.x-1.3.
* Unlocked achievements on user/#/achievements can now be unsorted.
* That is, instead of "move to top" they can remain "as defined in code".
* Defaults to "move to top". Config at admin/config/people/achievements.
* Block 'achievements-leaderboard' renamed with underscores not dashes.
* If you're using this block, you'll need to place it again upon upgrade.
* Fixed a few PHP warnings when a user has yet to unlock any achievements.
* Achievement unlocks are now logged in watchdog.
* Variables are now properly deleted on uninstall.