创建至少被引用一次的节点列表

发布于 2024-09-15 12:52:27 字数 273 浏览 7 评论 0原文

我确信使用节点关系模块这很简单,但我无法理解它。

我有一个名为“喜剧演员简介”的列表,其中有一个节点参考字段。然后,你猜对了,你为喜剧演员制作简介。要制作“活动”(兼作 Ubercart 项目),您需要选择喜剧演员。然后,它会在个人资料中创建一个视图,列出该人即将发生的所有事件。

现在我需要的是一个列表,其中按日期字段的顺序显示引用的每个喜剧演员的姓名(稍后我会担心其他字段)。请注意,该名称是引用的术语。

这是正确的方法吗?如果是这样,有人可以指出我正确的方向或提出更好的方法吗?

I'm sure this is simple with the Node Relationship module but I can't wrap my head around it.

I have a list called 'Comedian Profile' which has a node reference field for it. You then make - you guess it - profiles for comedians. To make an 'Events' (that doubles as an Ubercart item) you select the comedian. It then creates a view in the profile that lists all of that person's upcoming events.

Now what I need is an listing that shows in order of the date field each comedians name that is referenced(I'll worry about the other fields later). Note that the name is the referenced term.

Is this the right approach? If so could someone point me in the right direction or suggest a better way?

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

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

发布评论

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

评论(1

攒一口袋星星 2024-09-22 12:52:27

如果我猜对了,您可以使用视图关系来完成此任务。

将事件内容类型的“喜剧演员”字段添加为视图中的关系(请务必选中“需要此关系”框)。然后,添加字段,选择您创建的关系。如果“喜剧演员”字段是可选的,请选中“如果为空则隐藏”框。

If I got it right, you can accomplish this using views relationships.

Add the field "Comedian" of the Event content type as a Relationship in the view (be sure to check the "Require this relationship" box). Then, add the fields, selecting the relationship you created. If the "Comedian" field is optional, check the "Hide if empty" box.

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