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

Comments

discursives’s picture

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

nancydru’s picture

Try Weblinks again; it's been overhauled extensively recently.

NancyDru (formerly Nancy W. until I got married to Drupal)

CleanCutRogue’s picture

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.