如何创建按分类术语对节点进行分组的视图?

发布于 2024-08-30 06:12:39 字数 299 浏览 6 评论 0原文

我试图让观点和 drupal 屈服于我的意愿。到目前为止,我已经生成了一个视图来显示节点的标题。每个节点都将从集合 {X、Y 和 Z} 中准确分配一个分类术语。

例如,节点 A 的标题是“汽车驶入田野,数千人不在乎”。节点 A 有一个分类术语“无意义”。

我想按分类术语对所有节点标题进行分组。所以..

毫无意义 - 汽车驶入田野,数千人不在乎 - .... 下一个分类术语 - ...... - ...... - ...

你明白了。它可行吗?我该如何做?我在视图中找不到按选项分组。

欢呼吧。

I'm trying to bend views and drupal to my will. So far I've produced a view to display the titles of my nodes. Each node will be assigned exactly one taxonomy term from the set {X, Y and Z}.

So for example, Node A has a title "Car drives into field, thousands don't care". Node A has a taxonomy term "Pointless".

I'd like to group all the node titles by their taxonomy term. So..

Pointless
- Car drives into field, thousands don't care
- ....
Next Taxonomy Term
- .....
- ......
- ...

You get the idea. Is it doable and how do I do it? I can't find the group by option in views.

cheers SO.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

醉城メ夜风 2024-09-06 06:12:39

使用表格行样式时可以使用分组。这样做,您可以按视图中包含的任何字段进行分组。

您还可以尝试 taxonews 这可能适合您的情况。

You can use grouping when you use the table row style. Doing that you can group by any field you include in your view.

You could also try out taxonews which could work for your case.

转角预定愛 2024-09-06 06:12:39

@googletorp 的答案很好。您还可以通过包含术语字段并对其进行排序来进行伪分组。

@googletorp's answer is a good one. You might also pseudo-group by including the term field and sorting on it.

飞烟轻若梦 2024-09-06 06:12:39

您可以使用视图分组行限制模块,http://drupal.org/project/views_limit_grouping
此外,如果您想限制组的数量,您可以为该模块应用补丁,http://drupal .org/node/1315888

You can use Views Grouping Row Limit module, http://drupal.org/project/views_limit_grouping.
In addition, if you want to limit the number of groups, you can apply a patch for that module, http://drupal.org/node/1315888.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文