I've installed user badges, uploaded a badge and given it to a user (myself). When I go my user page I see the title "Badges," but no badges are displayed. I've also created a custom user node.tpl.php and used this syntax print user_badges_for_uid($user->uid); and get nothing. I can even replace $user->uid with the user number and get nothing.

Comments

heine’s picture

User badges is not (yet) compatible with the private file download method (admin/settings/file-system). Do you use this download method?

terrybritton’s picture

I am not using private to upload the images. If I go to administer badges, I do see the badges. I have all permissions set to view the badges also.

terrybritton’s picture

Status: Active » Closed (fixed)

I got it working. For some reason the image paths were not being written to the database. I uninstalled and reinstalled and it now works.