如何创建显示赞助用户个人资料字段的视图

发布于 2024-12-06 18:37:56 字数 283 浏览 0 评论 0原文

我创建了一个名为“赞助商名称”的个人资料字段,由谁赞助或将他介绍到该网站。赞助商必须是网站的用户。用户可以赞助任意数量的用户访问该网站。当用户想要注册时,他必须提供赞助商名称。我已经成功地做到了。

现在我想创建一个视图,显示与每个用户对应的赞助用户列表。

例如: 用户詹姆斯赞助商的

  • 威廉姆斯
  • 珀特约翰
  • 用户

威廉姆斯赞助商的

  • 亚当
  • 吉米

提前致谢。

I created a profile field called Sponsor name, who sponsor or introduce him into the website. The sponsor must be a user in the website. A user can sponsor any number of users to the website. When a user wants to register, he must give the sponsor name. I have done it successfully.

Now I want to create a view showing a list of sponsored users corresponding to each user.

for example:
User James sponsor's

  • Williams
  • Perter
  • John

User Williams sponsor's

  • Adam
  • Jimmy

Thanks in advance.

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

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

发布评论

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

评论(1

陪你搞怪i 2024-12-13 18:37:56

如果您希望每个用户一个页面,那么您需要做的就是向您的视图添加一个参数。其中参数是您为赞助商名称创建的字段,然后在该参数的设置中,您将从 URL 获取用户 ID 或用户名。

If you want a single page per user, then what you would want to do is to add an argument to your view. Where the argument would be the field you created for the sponsors name, and then in the settings for that argument, you would get the user id or username from the URL.

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