Posted by venusrising on June 17, 2011 at 6:29am
2 followers
| Project: | User Badges |
| Version: | 6.x-1.6 |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
When using user badges (we got everything prior with Authorpane and the multiple badges showing up) Google Chrome sometimes shows all badges on our custom node type. So it will show like all three stacked and it messes up the rest of the layout.
We are using
<?php
print user_badges_for_uid($node->uid);
?>Is this still the correct way to call the Badge. We do not have this issue in Firefox and the above code is not wrapped in a div so not sure if that may be something with CSS in User Badges?
Thanks for the input.