使用视图2和Drupal6创建相关页面块

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用视图2和Drupal6创建相关页面块相关的知识,希望对你有一定的参考价值。

I just wanted to have the argument code as text. It is provided as an image.
  1. $node = node_load(arg(1));
  2. if($node){
  3. foreach($node->taxonomy as $term) { $terms[] = $term->tid;}
  4. return implode('+',$terms);
  5. } else {return;}

以上是关于使用视图2和Drupal6创建相关页面块的主要内容,如果未能解决你的问题,请参考以下文章

Drupal 6:使用视图的相关“位置”

PHP 使用视图2和Drupal 6创建相关页面块

如何仅在某些页面视图显示上显示块

drupal 视图块参数

drupal6-阻止视图给块id一个哈希名-块预处理

在Drupal6中将视图插入页面