Links Package - Making Weblink Launch From Node Title
novon - February 5, 2007 - 01:53
I installed the Links Package and Web Links Module - but instead of going to the target site from a link in the node page, I want it to go to the site when a person clicks on the Node title directly. Right now that takes them to the node full-desc page.
Which code do I have to edit to make this work?
Also - I noted the target=_blank option in the links package doesn't work. Even though it's enabled, it still replaces the parent page when a link is clicked instead of opening in a new window. Any way to work around this?
Thanks for your help

good questions
im not sure, but I bet theres a way to make a custom content type for this link_node so that you could have the Title be the link, but it'll take a little php.
Let's see if someone can tell us.
A
Try Weblinks again
Try Weblinks again; it's been overhauled extensively recently.
NancyDru (formerly Nancy W. until I got married to Drupal)
I've done this with a
I've done this with a computed field cck. I create a computed field and make its value be a specific link surrounding the $node->title. That way, when its displayed, it displays as a node title link but takes the client who clicks on it to a place of your choosing. In a view, you can use this new computed field as your title rather than the node:title.