Closed (fixed)
Project:
User Badges
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 May 2008 at 23:08 UTC
Updated:
4 Dec 2008 at 18:27 UTC
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
Comment #1
heine commentedYes, 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.
Comment #2
amnion commentedThanks 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!
Comment #3
nunoveloso commented