Hi,

I looked everywhere on drupal, but couldn't find an answer to my request.
I would like to have on one site the weblink-node of all content a immidiate redirect to the external site.
Right now every view-weblink-node goes to a node-page.
I would like that on clicking the node-title in a view it goes to the external url, instead of the node-page.

Could this please be implemented? Sorry if this is a duplicate request, but I didn't see the sitewide admin options in the other drupal content.

Thanks in advance,
greetings,
Martijn

Comments

summit’s picture

Hi,

I saw on another project it was implemented.
Janode project: http://drupal.org/node/66360 the patch which maked things possible:
http://drupal.org/files/issues/janode.module.patch05

Could something like this also be implemented in links_package links_weblink?
Then with using $node_url in node-weblink.tpl.php you go to the node, and with using
$node->http_link you go immidiately to the external website, right?
Hopefully somebody reads this who can make a patch for links_weblink from this code.

Greetings,
Martijn