If a person is able to get badges to show up in comments and forums, etc, is there a way to make these badge icons smaller than the actual badge, almost like a favicon size?

Comments

heine’s picture

Yes, but it ain't pretty.

I usually create a custom user_badges_for_uid in template.php and expand its argument list with a preset variable I use to pass in an imagecache preset (http://drupal.org/project/imagecache), then override the theme_user_badge* functions as well.

amnion’s picture

Thanks for all your help. I understand what you're saying, (I'm taking a class on php) so I'll give it a shot once I'm more comfortable working php!

nunoveloso’s picture

Status: Active » Closed (fixed)