Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 235.42 KB
MD5: 0b99c8e5b433c25936a3ed3611be64f4
SHA-1: 94435aabf4a2da7a0bc38c8332b0ebfff858f891
SHA-256: 8c0786919d29d7280713fc6a67d4858caaf6e6d2ee2ac278925b04849701f0e5
Download zip 240.08 KB
MD5: e266809611fb21cc376834582a97ab42
SHA-1: ba3c7267711b180e17bb12b7fdca43cbf9c3b123
SHA-256: 047bc79257dfdaf673b71dd765df89090f545813e056065c3e052e868b816aff

Release notes

Achievements 7.x-1.3, 2011-09-29
--------------------------------
 * The following hooks have been added. See achievements.api.php for details:
  * hook_achievements_info_alter() - modify the achievement information.
  * hook_achievements_unlocked() - respond to achievement unlocks.
  * hook_achievements_locked() - respond to a user losing an achievement.
 * Relative leaderboards have been added.
  * The block and global leaderboard can now show user-specific stats.
  * The current user's ranking can be displayed, along with "nearby" users.
  * "Nearby" users are a number of ranks before and after the current user.
  * The number of nearby ranks shown can be 0 through 10.
  * The block and global leaderboard can be configured separately.
 * The global leaderboard now shows a user's latest achievement.
 * New leaderboard CSS class added: achievements-leaderboard-current-user.
 * The global leaderboard is now a paged view instead of a set limit.
  * Control number of ranks per page at admin/config/people/achievements/.
 * achievements_totals() no longer exists; moved inline to leaderboard page.
 * achievements_totals_user() has been rewritten with different parameters.
 * We now load all of a user's unlocks in achievements_unlocked_already().
  * This is then cached for all future lookups during that page load.
  * a_u_a and a_u can be called a lot per page for heavy achievement sites.
  * Loading all and caching is better, performance-wise, then lots of singles.
 * The database tables have been tweaked to support latest-unlock lookups.
 * Issue #1274350 by makononov: added query tags for the leaderboards.
 * Fixed some warnings that appeared in a first-time installation.
Created by: morbus iff
Created on: 29 Sep 2011 at 12:16 UTC
Last updated: 29 Sep 2011 at 12:17 UTC
New features
Bug fixes
Unsupported

Other releases