Drupal:如何在视图中列出与配置文件节点相关的所有节点? (不是核心配置文件)。

发布于 2024-12-10 09:19:08 字数 218 浏览 0 评论 0原文

如何在视图(块或页面)内列出与配置文件节点相关的所有节点?

节点之间的关系是因为节点A有一个带有数字的cck字段,即配置文件的节点号。

当我的意思是“配置文件”时,我指的是内容配置文件(这是一个节点,而不是核心配置文件)。

我尝试过关系和参数,但由于关系是因为 cck 字段,所以似乎这是不可能的......?

感谢您的帮助 !!!

罗莎蒙达

How do I list inside a view (block or page) all nodes related to a profile node?

The relation between nodes is because Node A has a cck field with a number, that is the node number of the profile.

When I mean "profile" I mean the content profile, (wich is a node, and not the core profile).

I´ve tried with relations and arguments, but as the relation is because of that cck field, it seems that´s not possible...?

Thanks for your help !!!

Rosamunda

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

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

发布评论

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

评论(1

云雾 2024-12-17 09:19:08

我认为您是使用基本类型用户创建的视图。请将类型更改为节点。因此您可以从视图访问所有 content_profile 字段。

i thing you are created the view with the base type user. please change the type to node. So you can access all the content_profile field from the views.

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