Badge variable
thet0olman - October 21, 2008 - 17:46
| Project: | User Badges |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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

#1
I'm not familiar with contemplate, but the standard way to print a user's badges is
<?phpprint user_badges_for_uid($uid);
?>
#2
#3
Automatically closed -- issue fixed for 2 weeks with no activity.