I have over looked this. I think I need to update.
I am now showing this on my ubbt_registerednav.tmpl. This is because no one noticed it on the footer. Since its been on the menu I have had some donations

First thing I can think to fix this would be to add "_blank" before the link code.
This is part of my ubbt_registerednav.tmpl
<br />·<br /><a target = "_blank" href = "$phpurl/sigma_chat.php?Cat=$Cat">Chat Room</a><br />·<br /><a href="{$config['phpurl']}/donate.php?Cat=$Cat">{$ubbt_lang['DONATE']}</a><br /> You could add "_blank" to the donate link so that whole page would open in a new window. Then if the user did close the window, they would have another one open with the forums still showing
<br /><a target = "_blank" href="{$config['phpurl']}/donate.php?Cat=$Cat">{$ubbt_lang['DONATE']}</a><br /> I have not tested this, but I do not see any reason for this not to work