You can't condition a hyperlink.
You'd need a hook (possibly on showthread_complete).
The usergroup would cover the logged in bit, as you'd have to log in to be part of a usergroup.
To check if a member is part of a usergroup:
PHP Code:
if(is_member_of($bbuserinfo['usergroupid'], {ids of usergroups separated by commas}))
As for showing links, probably have to use str_replace.