If you do not want a new window opening when you click on links in RSS feeds - such as the forum feed, you will need to do the following.
Edit
/inc/js/jquery.dolRSSFeed.js
find two instanced of
target="_blank"
replace them with
target="_top"
/DM