Views not appearing for non admin user
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 disp开发者_JAVA技巧layed, they dont see the name field, I recall somewhere about this being an administrative permission ??
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).
精彩评论