如何使用 Drupal 中的视图列出参数中指定的用户创建的所有节点?

发布于 2024-10-04 14:55:01 字数 120 浏览 2 评论 0原文

我一直在尝试使用视图创建一个页面,该页面将列出特定用户创作的所有节点。 用户名将在路径中指定(例如 - stuff/[user-name] )

有人可以告诉我如何使用 Views 来执行此操作。 我陷入了死胡同

I have been trying to create a page using views that will list down all the nodes authored by a specific user.
The user name will be specified in the path (like - stuff/[user-name] )

Can someone please tell me how to do this using Views.
I am stuck on a dead end

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

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

发布评论

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

评论(1

怎言笑 2024-10-11 14:55:01

对于视图 url 路径指定:stuff/%
在参数部分添加: user -> user: name

应该这样做,但我不确定它是否有问题(请参阅此问题:http:// /drupal.org/node/744468

如果您使用 user:id 而不是用户名,那就没问题了。

for the views url path specify: stuff/%
in the arguments section add: user -> user: name

Should do it, but I'm not sure if it isn't buggy (see this issue: http://drupal.org/node/744468)

If you use user:id instead of username, you will be fine.

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