Re: group default avatar
I am also looking for the same function. I set the default avatar for users, but also would like to set the default avatar for groups if possible. Is there a way to do this?
You could hook on groups_create_group with a function to handle some default avatar for the group.
Otherwise the avatar process is the last step in the group creation process – one could remove that step and create your own (have a look at my restrict group creation plugin for the code on this) – maybe have some sort of default selection of avatars.
Oh and say hi to Ryan for me.