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


- 覆盖 Magento 社区模块控制器的问题 2022-01-01
- 如何从数据库中获取数据以在 laravel 中查看页面? 2022-01-01
- Laravel 5:Model.php 中的 MassAssignmentException 2021-01-01
- PHP - if 语句中的倒序 2021-01-01
- PHP foreach() 与数组中的数组? 2022-01-01
- Oracle 即时客户端 DYLD_LIBRARY_PATH 错误 2022-01-01
- 使用 GD 和 libjpeg 支持编译 PHP 2022-01-01
- 如何使用 Google API 在团队云端硬盘中创建文件夹? 2022-01-01
- 如何在 Symfony2 中正确使用 webSockets 2021-01-01
- openssl_digest vs hash vs hash_hmac?盐与盐的区别HMAC? 2022-01-01