I'm using the Aggregation module to import RSS articles into my site. I want to use the Views module to create a block that lists the imported feed items, which is currently working. However, when you click on the title in the view, I don't want it to take me to the node on my server -- rather, I want it to take me to the original article. Currently, the URL is stored as a separate cck field, so I think all I have to do is somehow override the URL associated with the node in the view. Can anyone help? I'm a bit unfamiliar with PHP.

Thanks,

Andrew

Comments

matt v.’s picture

In the view that you're using to create the block, look under the fields section. Try removing the node link field and adding the cck field containing the URL.