1. I think that's a mod. I don't use reputation, but I know it doesn't show on vb.com where they use the default vb software.
2. Make sure you allow animated gifs. Usregroup Manager > select Usergroup to Edit > Can Upload Animated Avatar > Yes
3. Use conditionals around the link.
To only show to registered users:
HTML Code:
<if condition="$show['member']">
link
</if>
HTML Code:
<if condition="is_member_of($bbuserinfo,5,6,13)">
link only for those in usergroups 5,6,and 13
</if>