Drupal UR 相互关系不会为两个用户显示
我正在使用 Drupal 7 用户关系,但在相互关系方面遇到了一些问题。
示例:
用户A请求B建立相互关系 B 批准与 A 的关系
然后我们在关系下的 B 个人资料中查看,我们看到 B 与 A 有关系。 但是,然后我们在关系下查看 A 配置文件,我们发现它与 B 没有任何关系。如果 A 将转到 B,用户配置文件 A 可以再次请求关系。
我原以为相互关系会在获得批准后显示在两个个人资料上,但事实并非如此。我该怎么做才能让它在 A 和 B 配置文件上显示关系,而不仅仅是像现在一样在 B 上显示。
I'm working with Drupal 7 User Relationships and I'm having some problems with mutual relationships.
Example:
User A request B for mutual relationship
B approves relationship with A
Then we look in B profile under relationships we see that B has relationship with A.
But then we look in A profile under relationships we see that it doesn't have any relationship with B. If A would go to B user profile A could request for relationship again.
I was expecting that mutual relationship would be shown on both profiles after it was approved but it isn't. What can I do so that it would show the relationship on A and B profiles not only on B as it is now.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
经过更多研究后,我终于发现有一个补丁可以解决这个问题。您可以在这里找到它 http://drupal.org/node/1211060#comment-5105036
After some more research I finally found that there is a patch for this problem. You can find it here http://drupal.org/node/1211060#comment-5105036