Drupal 6 中计算字段的替代方案

发布于 2024-10-26 14:37:48 字数 154 浏览 0 评论 0原文

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

行雁书 2024-11-02 14:37:48

如果您习惯使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文