Closed (fixed)
Project:
User Badges
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Oct 2008 at 17:46 UTC
Updated:
25 Aug 2009 at 15:20 UTC
Im using contemplate and I would like to know the variable I need to use to show the authors assigned badge.
something in the form of print $node->name is what im looking for.
Thanks
Comments
Comment #1
Richard Blackborder commentedI'm not familiar with contemplate, but the standard way to print a user's badges is
print user_badges_for_uid($uid);Comment #2
Richard Blackborder commented