This entry applies to ArticleLive before NX 1.7
To make your related articles links open in the same window you just need to open this panel file: /templates/{your template}/Panels/ViewArticlePanel.php then find this bit of code:
$output .= sprintf("
<li>
<a href='%s' target='_blank'>
%s
</a>
</li>
", AL_HELPER::ArticleLink($aRow["ArticleID"],$aRow["Title"]), $aRow["Title"]);
Then just remove the target='_blank' from the code and the links will open in the same window.
If you get stuck with this guide, send in a trouble ticket via your client area.

The article has been updated successfully.