drupal---link redirection
i used cck and link module to create a link field for my "test" content type, now i want to the link field can rediect to the actual link. eg: the link field is filled by "google" which i want to is when the visitor click the link's name, it re开发者_JS百科diects to google.com. any tips would be appreciated.
go to "admin/content/node-type//fields" (replace with test for your case, as it's your content type),
then go to "edit" your link field, then under settings you must check "Validate URL" and uncheck "Optional URL", then also select "Required Title", and save,
now when you create new "test" content, you must enter both link title, and link URL, when it's showed, it'll only shows the link title redirecting to the link URL,
Regards,
精彩评论