I had the same problem. Heres the fix
go into
[forum root]/modules/news.php
For the News title,
find line 289
PHP Code:
$mods['title'] = '<a href="' . $vbulletin->options['bburl'] . '/showthread.php?' . $session['sessionurl'] . 't=' . $news['threadid'] . '">' . $news['title'] . '</a>';
and change it to
PHP Code:
$mods['title'] = '<a href="' . $vbulletin->options['bburl'] . '/showthread.php?' . $session['sessionurl'] . 't=' . $news['threadid'] . '" target="_parent">' . $news['title'] . '</a>';
I'm not sure about Read More, cause I dont have the enabled.