非管理员用户不显示视图
我设置了一个输出节点的视图,包括创建它的人的姓名。
如果非管理员浏览到显示该视图的页面,他们看不到名称字段,我记得这是一个管理权限?
I have setup a view which outputs nodes, including the name of the person who created it.
If a non-admin person browses to the page where that view is displayed, they dont see the name field, I recall somewhere about this being an administrative permission ??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
创建者的名字是CCK字段吗?确保为匿名用户设置查看此字段的权限(在 /admin/user/permissions 页面中)。
Is the name of the creator a CCK field? Make sure the permission to view this field is set for anonymous users (in the /admin/user/permissions page).