Re: Change width and height of gravatars
Okay here’s what I did:
I changed:
<?php avatarupload_display(get_post_author_id()); ?>
Into:
<?php avatarupload_display(get_post_author_id($size=80)); ?>
In my post.php (in bb-templates/templatename/)
But since it had only mine avatar with that size, all avatar from other members are showing mine avatar.
I don’t know where to fix that.