I'm using this module for importing feed items and created a list view to display them with the field FeedAPI Item: Title with link to original URL. It's working with no problem. But clicking the title of a feed item will link to original url within the same window.

How to make it to open a new window as clicking the title and licking to the original URL? Thanks!

Comments

alex_b’s picture

Status: Active » Closed (won't fix)

This is responsibility of the theming layer - http://drupal.org/theme-guide

astra’s picture

There are a lot documents for theming. Can you give a little more details for my specific question? Thanks!

astra’s picture

Status: Closed (won't fix) » Closed (fixed)

Using the External Links module which opens all external links in a new window on configuration. That's what I want.