Drupal 6: Views: Listing taxonomy terms with tagged nodes underneath(Drupal 6:视图:列出下面带有标记节点的分类术语)
问题描述
我需要创建一个列出分类术语的视图,然后列出具有该标签的前 3 个最近(按节点排序:更新日期)节点
I need to create a view that lists out taxonomy terms and then list the top 3 recent(sort by node:date updated) nodes with that tag
示例输出:
文章
- 第 1 条
- 第 2 条
- 第 3 条
播客
- 播客 1
- 播客 2
- 播客 3
...
我创建了一个术语"类型的视图,我可以通过该视图输出所有术语.但是,我没有看到如何链接标有分类术语的节点.我在类型节点的视图中环顾四周,但我无法接近我需要输出的内容.
I created a view of type "Term" and I can get the view to output all of the terms. However, I don't see how to link in the nodes tagged with the taxonomy term. I looked around in the view of type node, but I couldn't get anywhere close to what I needed to output.
推荐答案
Outside Views,这似乎正是 Taxonews.module 所做的.你考虑过吗?
Outside Views, this appears to be exactly what Taxonews.module does. HAve you considered it ?
(免责声明:我是它的作者)
(disclaimer: I'm its author)
这篇关于Drupal 6:视图:列出下面带有标记节点的分类术语的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Drupal 6:视图:列出下面带有标记节点的分类术语


基础教程推荐
- PHPUnit 的 Selenium 2 文档到底在哪里? 2022-01-01
- Yii2 - 在运行时设置邮件传输参数 2022-01-01
- php中的PDF导出 2022-01-01
- 如何在数学上评估像“2-1"这样的字符串?产生“1"? 2022-01-01
- 使用 scandir() 在目录中查找文件夹 (PHP) 2022-01-01
- 主题化 Drupal 7 的 Ubercart “/cart"页 2021-01-01
- 将变量从树枝传递给 js 2022-01-01
- Web 服务器如何处理请求? 2021-01-01
- php中的foreach复选框POST 2021-01-01
- php 7.4 在写入变量中的 Twig 问题 2022-01-01