Hello,
if you want, your member have always a profile photo when they upload a avatar:
open : modules/boonex/avatar/templates/base/block_wide.html
search : <input type="checkbox" name="copy_to_profile_photos" id="copy_to_profile_photos" checked="checked" />
and change it to: <input type="checkbox" name="copy_to_profile_photos" id="copy_to_profile_photos" checked="checked" style="display: none;" />
Now the checkbox is hidden and active, and the avatar is now the first profile photo too.
Have Fun!