Oh, you only have to add
PHP Code:
OR $bbuserinfo[userid] == otherID
until is done.
Like:
PHP Code:
if ($bbuserinfo[userid] == 2 OR $bbuserinfo[userid] == otherID OR $bbuserinfo[userid] == otherID OR OR $bbuserinfo[userid] == otherID)
{code}
else{ }
Remeber: Even if you do this. They will still able to use these scripts if they type manually the URL in the toolbar. If you don't want this, that will need more hacking.