Indeed Drk is correct use this code in your phpinclude template:
PHP Code:
//Invisible - visible link code
if ($bbuserinfo[userid]==X) { //Losers Group
$inviscode = "";
} else { //All Other Groups
$inviscode = "code here";
}
//End Invisible - visible link code
Change X to the usergroup id of that group and change code here to the code for that link (remember to put a \ before every " in the code, then add $inviscode to the template