Drupal: View ignored replacement patterns

Discussion in 'Drupal' started by needesigner.com, May 24, 2009.

  1. #1
    when i tried to output field "Node: Title" as a link, replacement patterns didn't work at all.
    But when i output field_partner_website, it works well. Why???? anyone helps?



    SELECT node.nid AS nid,
    node_data_field_partner_logo.field_partner_logo_fid AS node_data_field_partner_logo_field_partner_logo_fid,
    node_data_field_partner_logo.field_partner_logo_list AS node_data_field_partner_logo_field_partner_logo_list,
    node_data_field_partner_logo.field_partner_logo_data AS node_data_field_partner_logo_field_partner_logo_data,
    node.type AS node_type,
    node.vid AS node_vid,
    node.title AS node_title,
    node_data_field_partner_logo.field_partner_website_value AS node_data_field_partner_logo_field_partner_website_value
    FROM node node
    LEFT JOIN content_type_strategic_partners node_data_field_partner_logo ON node.vid = node_data_field_partner_logo.vid
    WHERE node.type in ('strategic_partners')
     
    needesigner.com, May 24, 2009 IP