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 5.22,CCK 5.x-1.10]
我有一个 Sermon 内容类型,它接受一个标有部长的 CCK 文本字段。创建新的讲道后,会显示部长字段标签,但不会显示值。我已验证该值是否存储在数据库中。我以具有所有权限的 user1 身份登录,但该字段仍然不显示。
但是,如果我重新提交节点,就会出现部长字段。有人知道为什么第一次没有显示吗?
您是否尝试过清空缓存是否可以解决问题?(在 Drupal 6 中,您可以在页面底部的 your-domain/admin/settings/performance 按钮上执行此操作,我认为这与 Drupal 5 中的位置相同)。