badges in comments

romantaran - January 11, 2007 - 12:28
Project:User Badges
Version:4.7.x-1.x-dev
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed
Description

I tried to use

<?php
print user_badges_for_uid($uid);
?>
in comment.tpl.php but badges doesn't display. What's the matter? In node.tpl there are no problems.

#1

Heine - January 11, 2007 - 12:35
Status:active» fixed

The parameter to user_badges_for_uid has to be a user id. In comment.tpl.php the uid of the comment author is held in $comment->uid, so you can use:

<?php
print user_badges_for_uid($comment->uid);
?>

#2

Anonymous - January 25, 2007 - 12:45
Status:fixed» closed
 
 

Drupal is a registered trademark of Dries Buytaert.