I have created a general view to show all the basic page contents. I have selected 'fields' to show and chose title and author name to display. For admin user both fields are populating but for authenticated user only the value for title is showing the field author name is returning as empty. Any idea what is wrong?
答案 0 :(得分:0)
为了让匿名用户或经过身份验证的用户能够看到这类信息,您必须授予他们这样做的权限。
这可以通过以下途径完成:/ admin / people / permissions
应该这样做:)