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.
我在视图中有这个字段:
Node: Nid Content: text1 Plain text Node: Title Node: Teaser
(text1 是 CCK 文本字段)。
我想在链接“节点:标题”中输出“内容:text1”作为标题。对于“节点:标题”,我检查了“将此字段作为链接输出”,并在“替代文本:”中输入了模式 [field_text1_value]。在管理员模式下,标题显示完美,但是当我注销时,<a>标签中根本没有标题属性。如何解决这个问题呢?
<a>
听起来可能匿名用户无权访问 text1 字段?检查匿名用户权限以查看。