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:视图:列出下面带有标记节点的分类术语


基础教程推荐
- 找不到类“AppHttpControllersDB",我也无法使用新模型 2022-01-01
- 如何在 Symfony 和 Doctrine 中实现多对多和一对多? 2022-01-01
- PHP 守护进程/worker 环境 2022-01-01
- 使用 PDO 转义列名 2021-01-01
- phpmyadmin 错误“#1062 - 密钥 1 的重复条目‘1’" 2022-01-01
- 在 CakePHP 2.0 中使用 Html Helper 时未定义的变量 2021-01-01
- Doctrine 2 - 在多对多关系中记录更改 2022-01-01
- 在 yii2 中迁移时出现异常“找不到驱动程序" 2022-01-01
- HTTP 与 FTP 上传 2021-01-01
- 如何在 XAMPP 上启用 mysqli? 2021-01-01