well,
a link above the first forum ? hmmz there is possibly a link added in the quicklinks menu in the navbar template that's the one and only place there is a link unless you modified it ..... to hide that for guests you could try
Code:
<if condition="is_member_of($bbuserinfio,1)">
//hide the link
<else />
show the link
</if>
make that changes in the navbar template just before the link is added