I installed the avatar pack along with the theme. All looks good except the bbpress portion. In the installation file it doesn’t say what this is for or where to put:
Avatars Functions:
User Avatars:
get_avatar(ID_OR_EMAIL,SIZE,DEFAULT)
ID_OR_EMAIL = ID or email of the user
SIZE = ’16’, ’32’, ’48’, ’96’, ‘128’
DEFAULT = ‘mystery’, ‘gravatar_default’, ‘identicon’, ‘wavatar’, ‘monsterid’
Example:
<?php echo get_avatar(1,’32’,’identicon’:wink:; ?>
Blog Avatars:
get_blog_avatar(ID,SIZE,DEFAULT)
ID_OR_EMAIL = Blog ID
SIZE = ’16’, ’32’, ’48’, ’96’, ‘128’
DEFAULT = ‘mystery’, ‘gravatar_default’, ‘identicon’, ‘wavatar’, ‘monsterid’
Example:
<?php echo get_blog_avatar(1,’32’,’identicon’:wink:; ?>
It doesn’t seem to be pulling the avatar from the blog side of things. Where does this go and is this why its not working right?