drupal – CCK字段和视图之间的链接

我想使用视图来选择内容类型字段中的节点.此视图必须接收一个参数,该参数是内容类型的另一个字段.

有人可以解释我如何将字段中的参数传递给视图吗?

请原谅我可怜的英语

最佳答案 您可以使用
Views Arguments Extras模块.它将允许视图的参数来自cck字段.有关此模块的更多详细信息(从其项目页面):

This module contains a group of view handlers and plugins that add the following options:

  • Argument Default Current Node CCK

    allows for cck field values of the current node to be loaded as default arguments

  • Argument Default Request Params

    allows for get and post params as default values

  • Argument Order Sort

    a sort handler, that allows for the order of items to be based on their order in a multi-value argument

点赞