Ok, do this.
In your footer template,
Find:
Code:
<if condition="$vboptions['archiveenabled']"><a href="archive/index.php">$vbphrase[archive]</a> -</if>
Replace with:
Code:
<if condition="is_member_of($bbuserinfo, 1,2,3,4,5,6,7)"><!-- Remove or add Usergroup ID's here -->
<if condition="$vboptions['archiveenabled']"><a href="archive/index.php">$vbphrase[archive]</a> -</if>
</if>
Edit this to only show link in footer to the usergroups you want to see the link.
Click save.