Drupal 6 中计算字段的替代方案
Drupal 6 的计算字段模块是否有替代方案?我正在使用它,但它会导致很多问题,因为当用户更改其数据时它不会更新。 (有一个补丁,但它会产生错误。)
Is there an alternative to the Computed Field module for Drupal 6? I'm using it, but it causes lots of problems because it's not updating when a user makes changes in his data. (There is a patch, but its makes bugs.)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您习惯使用 PHP 编程,则可以创建一个小模块,然后使用 hook_node_api 以便将任何字段的值更改为您想要的值。
If you are comfortable programming in PHP, you could create a small module and then use hook_node_api in order to change the value of whatever field to whatever you'd like it to be.