Hi Dziudek - im sorry for taking FOREVER to respond - I forgot about this. I am using gk_game_Magazine
I am editing view.php, and wherever I have seen <?php echo $link; ?> I have added in the _blank target as such
<a href="<?php echo $link; ?>" target="_blank" class="gkIsListItem"><?php echo $title; ?></a>
I can get the "title" to open in a new window, but if the user clicks the image, instead of the title on top of the image, it'll still open in current window and I cannot find any other elements to add the _blank target attribute to.
Can you please help =)