Active
Project:
Achievements
Version:
7.x-1.5
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Jan 2013 at 07:20 UTC
Updated:
26 Feb 2013 at 02:37 UTC
Unlike the leaderboard block, I wanted to build a block that would show only unlocked achievements images,
I started looking at achievements_user_page() as in #1340294: Show achieved images via a custom user-profile.tpl.php, but am also getting lost in the theme abstraction layers.
/**
* Process variables for achievement-latest-unlock.tpl.php.
*/
function template_preprocess_achievement_latest_unlock(&$variables) {
achievements_template_shared_variables($variables);
}but I dont know what to pass through hook_block_info
Comments
Comment #1
morbus iffSorry for the delay - do you still need a response to this?