Closed (fixed)
Project:
FeedAPI
Version:
6.x-1.5
Component:
Code feedapi_node
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Jul 2009 at 14:25 UTC
Updated:
16 Jul 2009 at 14:29 UTC
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
Comment #1
alex_b commentedThis is responsibility of the theming layer - http://drupal.org/theme-guide
Comment #2
astra commentedThere are a lot documents for theming. Can you give a little more details for my specific question? Thanks!
Comment #3
astra commentedUsing the External Links module which opens all external links in a new window on configuration. That's what I want.