Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想对未登录的用户隐藏 Drupal 视图中的一个字段。对于使用 Access 设置的整个块来说,这很容易做到,但没有明显的方法可以按字段做到这一点.
由于我无法选择性地隐藏部分块,因此我对匿名用户隐藏了整个块,然后创建了该块的副本,删除了注册用户字段,只有匿名用户才能查看。这并不理想,但它有效。