Closed (fixed)
Project:
User Badges
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
31 Dec 2006 at 16:58 UTC
Updated:
21 Jan 2007 at 10:45 UTC
At the bottom of the instructions it say:
To display user badges in your theme use :
print user_badges_for_uid($uid);
I am not exactly sure where in the theme I would put this. Can you clarify please?
Thanks
Comments
Comment #1
heine commentedWhere you want the picture to go.
Suppose you want to replace the user picture in a node by the userbadge, then open node.tpl.php and replace the if($picture) { print $picture; } part
Comment #2
heine commentedI consider this fixed, if not, don't hesitate to reopen.
Comment #3
(not verified) commented