Closed (fixed)
Project:
User Badges
Version:
5.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Apr 2007 at 20:51 UTC
Updated:
1 May 2007 at 16:32 UTC
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
Comment #1
heine commentedUser badges is not (yet) compatible with the private file download method (admin/settings/file-system). Do you use this download method?
Comment #2
terrybritton commentedI 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.
Comment #3
terrybritton commentedI got it working. For some reason the image paths were not being written to the database. I uninstalled and reinstalled and it now works.